Searched refs:AV_CRC_32_IEEE_LE (Results 1 – 13 of 13) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | crc.c | 233 [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()
|
D | crc.h | 54 AV_CRC_32_IEEE_LE, /*< reversed bitorder version of AV_CRC_32_IEEE */ enumerator
|
D | hash.c | 128 case CRC32: res->crctab = av_crc_get_table(AV_CRC_32_IEEE_LE); break; in av_hash_alloc()
|
/third_party/ffmpeg/libavutil/tests/ |
D | crc.c | 29 { AV_CRC_32_IEEE_LE, 0xEDB88320, 0x3D5CDD04 }, in main()
|
/third_party/ffmpeg/libavformat/ |
D | apngenc.c | 64 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()
|
D | aviobuf.c | 595 return av_crc(av_crc_get_table(AV_CRC_32_IEEE_LE), checksum, buf, len); in ff_crcEDB88320_update()
|
D | matroskaenc.c | 400 …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/ |
D | ttaenc.c | 40 s->crc_table = av_crc_get_table(AV_CRC_32_IEEE_LE); in tta_encode_init()
|
D | pngenc.c | 227 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()
|
D | tta.c | 136 s->crc_table = av_crc_get_table(AV_CRC_32_IEEE_LE); in tta_decode_init()
|
D | apedec.c | 1614 const AVCRC *crc_tab = av_crc_get_table(AV_CRC_32_IEEE_LE); in ape_decode_frame()
|
D | pngdec.c | 1194 const AVCRC *crc_tab = av_crc_get_table(AV_CRC_32_IEEE_LE); in decode_frame_common()
|
D | alsdec.c | 428 ctx->crc_table = av_crc_get_table(AV_CRC_32_IEEE_LE); in read_specific_config()
|