Home | History | Annotate | Download | only in libfec

Lines Matching full:ecc

109     ecc_info *e = &f->ecc;
163 error("failed to read ecc data: %s", strerror(errno));
211 rs.reset(init_rs_char(FEC_PARAMS(f->ecc.roots)));
222 error("failed to allocate ecc buffer");
298 if (f->ecc.start && ecc_init(f, rs, ecc_data) == -1) {
342 if (!f->ecc.start) {
343 /* fatal error without ecc */
534 } else if (f->ecc.start) {
535 check(f->ecc.start < f->size);
544 /* return raw data if pure ecc read fails; due to interleaving