Lines Matching defs:b1
376 * Value b1.
379 protected $b1;
686 $this->b1 = $this->rsBlockNum1($spec);
873 $row += $this->b1;
2347 $b1 = $this->eccTable[$version][$level][0];
2352 $spec[0] = $b1;
2353 $spec[1] = (int)($data / $b1);
2354 $spec[2] = (int)($ecc / $b1);
2358 $spec[0] = $b1;
2359 $spec[1] = (int)($data / ($b1 + $b2));
2360 $spec[2] = (int)($ecc / ($b1 + $b2));