Home
last modified time | relevance | path

Searched refs:AV_CRC_16_ANSI (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavutil/
Dcrc.c79 [AV_CRC_16_ANSI] = {
333 DECLARE_CRC_INIT_TABLE_ONCE(AV_CRC_16_ANSI, 0, 16, 0x8005)
380 case AV_CRC_16_ANSI: CRC_INIT_TABLE_ONCE(AV_CRC_16_ANSI); break; in av_crc_get_table()
Dcrc.h51 AV_CRC_16_ANSI, enumerator
/third_party/ffmpeg/libavformat/
Dac3dec.c75 if (av_crc(av_crc_get_table(AV_CRC_16_ANSI), 0, buf3 + 2, frame_size - 2)) in ac3_eac3_probe()
78 if (av_crc(av_crc_get_table(AV_CRC_16_ANSI), 0, buf2 + 2, frame_size - 2)) in ac3_eac3_probe()
/third_party/ffmpeg/libavutil/tests/
Dcrc.c33 { AV_CRC_16_ANSI , 0x8005 , 0x1FBB }, in main()
/third_party/ffmpeg/libavcodec/
Dflac_parser.c384 crc = av_crc(av_crc_get_table(AV_CRC_16_ANSI), 0, buf, read_len); in check_header_mismatch()
389 crc = av_crc(av_crc_get_table(AV_CRC_16_ANSI), crc, buf, read_len); in check_header_mismatch()
Dhcadec.c115 c->crc_table = av_crc_get_table(AV_CRC_16_ANSI); in decode_init()
Dflacdec.c612 av_crc(av_crc_get_table(AV_CRC_16_ANSI), in flac_decode_frame()
Dflacenc.c1306 crc = av_bswap16(av_crc(av_crc_get_table(AV_CRC_16_ANSI), 0, s->pb.buf, in write_frame_footer()
Dac3dec.c1570 if (av_crc(av_crc_get_table(AV_CRC_16_ANSI), 0, &buf[2], in ac3_decode_frame()
Dmpegaudiodec_template.c369 const AVCRC *crc_tab = av_crc_get_table(AV_CRC_16_ANSI); in handle_crc()
Dac3enc.c1681 const AVCRC *crc_ctx = av_crc_get_table(AV_CRC_16_ANSI); in output_frame_end()