Searched refs:AV_CRC_16_ANSI (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | crc.c | 79 [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()
|
D | crc.h | 51 AV_CRC_16_ANSI, enumerator
|
/third_party/ffmpeg/libavformat/ |
D | ac3dec.c | 75 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/ |
D | crc.c | 33 { AV_CRC_16_ANSI , 0x8005 , 0x1FBB }, in main()
|
/third_party/ffmpeg/libavcodec/ |
D | flac_parser.c | 384 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()
|
D | hcadec.c | 115 c->crc_table = av_crc_get_table(AV_CRC_16_ANSI); in decode_init()
|
D | flacdec.c | 612 av_crc(av_crc_get_table(AV_CRC_16_ANSI), in flac_decode_frame()
|
D | flacenc.c | 1306 crc = av_bswap16(av_crc(av_crc_get_table(AV_CRC_16_ANSI), 0, s->pb.buf, in write_frame_footer()
|
D | ac3dec.c | 1570 if (av_crc(av_crc_get_table(AV_CRC_16_ANSI), 0, &buf[2], in ac3_decode_frame()
|
D | mpegaudiodec_template.c | 369 const AVCRC *crc_tab = av_crc_get_table(AV_CRC_16_ANSI); in handle_crc()
|
D | ac3enc.c | 1681 const AVCRC *crc_ctx = av_crc_get_table(AV_CRC_16_ANSI); in output_frame_end()
|