Home | History | Annotate | Download | only in libfec

Lines Matching refs:ecc

111     ecc_info *e = &f->ecc;
165 error("failed to read ecc data: %s", strerror(errno));
213 rs.reset(init_rs_char(FEC_PARAMS(f->ecc.roots)));
224 error("failed to allocate ecc buffer");
300 if (f->ecc.start && ecc_init(f, rs, ecc_data) == -1) {
344 if (!f->ecc.start) {
345 /* fatal error without ecc */
536 } else if (f->ecc.start) {
537 check(f->ecc.start < f->size);
546 /* return raw data if pure ecc read fails; due to interleaving