Home
last modified time | relevance | path

Searched refs:AV_CRC_32_IEEE_LE (Results 1 – 13 of 13) sorted by relevance

/third_party/ffmpeg/libavutil/
Dcrc.c233 [AV_CRC_32_IEEE_LE] = {
337 DECLARE_CRC_INIT_TABLE_ONCE(AV_CRC_32_IEEE_LE, 1, 32, 0xEDB88320)
384 case AV_CRC_32_IEEE_LE: CRC_INIT_TABLE_ONCE(AV_CRC_32_IEEE_LE); break; in av_crc_get_table()
Dcrc.h54 AV_CRC_32_IEEE_LE, /*< reversed bitorder version of AV_CRC_32_IEEE */ enumerator
Dhash.c128 case CRC32: res->crctab = av_crc_get_table(AV_CRC_32_IEEE_LE); break; in av_hash_alloc()
/third_party/ffmpeg/libavutil/tests/
Dcrc.c29 { AV_CRC_32_IEEE_LE, 0xEDB88320, 0x3D5CDD04 }, in main()
/third_party/ffmpeg/libavformat/
Dapngenc.c64 const AVCRC *crc_table = av_crc_get_table(AV_CRC_32_IEEE_LE); in apng_write_chunk()
209 …AV_WB32(existing_fcTL_chunk + 26, ~av_crc(av_crc_get_table(AV_CRC_32_IEEE_LE), ~0U, existing_fcTL_… in flush_packet()
Daviobuf.c595 return av_crc(av_crc_get_table(AV_CRC_32_IEEE_LE), checksum, buf, len); in ff_crcEDB88320_update()
Dmatroskaenc.c400 …AV_WL32(crc, av_crc(av_crc_get_table(AV_CRC_32_IEEE_LE), UINT32_MAX, buf + skip, size - skip) ^ UI… in end_ebml_master_crc32()
/third_party/ffmpeg/libavcodec/
Dttaenc.c40 s->crc_table = av_crc_get_table(AV_CRC_32_IEEE_LE); in tta_encode_init()
Dpngenc.c227 const AVCRC *crc_table = av_crc_get_table(AV_CRC_32_IEEE_LE); in png_write_chunk()
247 const AVCRC *crc_table = av_crc_get_table(AV_CRC_32_IEEE_LE); in png_write_image_data()
851 …uint32_t checksum = ~av_crc(av_crc_get_table(AV_CRC_32_IEEE_LE), ~0U, pict->data[1], 256 * sizeof(… in encode_apng()
Dtta.c136 s->crc_table = av_crc_get_table(AV_CRC_32_IEEE_LE); in tta_decode_init()
Dapedec.c1614 const AVCRC *crc_tab = av_crc_get_table(AV_CRC_32_IEEE_LE); in ape_decode_frame()
Dpngdec.c1194 const AVCRC *crc_tab = av_crc_get_table(AV_CRC_32_IEEE_LE); in decode_frame_common()
Dalsdec.c428 ctx->crc_table = av_crc_get_table(AV_CRC_32_IEEE_LE); in read_specific_config()