Lines Matching refs:ecc
702 // inteleaved data and ecc codes
826 $ecc = array_slice($this->ecccode, $eccPos);
831 $ecc = $this->encode_rs_char($rs, $this->rsblocks[$blockNo]['data'], $ecc);
832 $this->rsblocks[$blockNo]['ecc'] = $ecc;
833 $this->ecccode = array_merge(array_slice($this->ecccode,0, $eccPos), $ecc);
849 $ecc = array_slice($this->ecccode, $eccPos);
854 $ecc = $this->encode_rs_char($rs, $this->rsblocks[$blockNo]['data'], $ecc);
855 $this->rsblocks[$blockNo]['ecc'] = $ecc;
856 $this->ecccode = array_merge(array_slice($this->ecccode, 0, $eccPos), $ecc);
879 $ret = $this->rsblocks[$row]['ecc'][$col];
2340 * @param $spec (array) an array of ECC specification contains as following: {# of type1 blocks, # of data code, # of ecc code, # of type2 blocks, # of data code}
2350 $ecc = $this->getECCLength($version, $level);
2354 $spec[2] = (int)($ecc / $b1);
2360 $spec[2] = (int)($ecc / ($b1 + $b2));
2594 * Return ecc codes 1
2621 * Return ecc codes 2
2639 * Return ecc length