Lines Matching defs:crc
30 * Headers are scored by FLAC_HEADER_BASE_SCORE plus the max of its crc-verified
36 #include "libavutil/crc.h"
474 /* Ignore frames that failed all crc checks */
499 uint32_t crc = 1;
512 /* Although overlapping chains are scored, the crc should never
530 crc = av_crc(av_crc_get_table(AV_CRC_16_ANSI), 0, buf, read_len);
535 crc = av_crc(av_crc_get_table(AV_CRC_16_ANSI), crc, buf, read_len);
539 if (!crc ^ !inverted_test) {
542 "crc check failed from offset %i (frame %"PRId64") to %i (frame %"PRId64")\n",