Home
last modified time | relevance | path

Searched refs:AV_CRC_16_CCITT (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavutil/
Dcrc.c114 [AV_CRC_16_CCITT] = {
334 DECLARE_CRC_INIT_TABLE_ONCE(AV_CRC_16_CCITT, 0, 16, 0x1021)
381 case AV_CRC_16_CCITT: CRC_INIT_TABLE_ONCE(AV_CRC_16_CCITT); break; in av_crc_get_table()
Dcrc.h52 AV_CRC_16_CCITT, enumerator
/third_party/ffmpeg/libavformat/
Ddtsdec.c75 if (av_crc(av_crc_get_table(AV_CRC_16_CCITT), 0xffff, buf + 3, hdr_size - 5)) in dts_probe()
/third_party/ffmpeg/libavcodec/
Ddcadec.c344 s->crctab = av_crc_get_table(AV_CRC_16_CCITT); in dcadec_init()
Dsvq1dec.c557 …csum = av_bswap16(av_crc(av_crc_get_table(AV_CRC_16_CCITT), av_bswap16(csum), bitbuf->buffer, bitb… in svq1_decode_frame_header()
Dsvq3.c1281 … s->watermark_key = av_bswap16(av_crc(av_crc_get_table(AV_CRC_16_CCITT), 0, buf, buf_len)); in svq3_decode_init()