Home
last modified time | relevance | path

Searched refs:AVCRC (Results 1 – 21 of 21) sorted by relevance

/third_party/ffmpeg/libavutil/
Dcrc.c30 static const AVCRC av_crc_table[AV_CRC_MAX][257] = {
320 static AVCRC av_crc_table[AV_CRC_MAX][CRC_TABLE_SIZE];
341 int av_crc_init(AVCRC *ctx, int le, int bits, uint32_t poly, int ctx_size) in av_crc_init()
348 if (ctx_size != sizeof(AVCRC) * 257 && ctx_size != sizeof(AVCRC) * 1024) in av_crc_init()
364 if (ctx_size >= sizeof(AVCRC) * 1024) in av_crc_init()
374 const AVCRC *av_crc_get_table(AVCRCId crc_id) in av_crc_get_table()
392 uint32_t av_crc(const AVCRC *ctx, uint32_t crc, in av_crc()
Dcrc.h47 typedef uint32_t AVCRC; typedef
77 int av_crc_init(AVCRC *ctx, int le, int bits, uint32_t poly, int ctx_size);
84 const AVCRC *av_crc_get_table(AVCRCId crc_id);
93 uint32_t av_crc(const AVCRC *ctx, uint32_t crc,
Dlfg.c66 const AVCRC *avcrc; in av_lfg_init_from_data()
Dhash.c61 const AVCRC *crctab;
/third_party/ffmpeg/libavcodec/
Dmlp.c71 static AVCRC crc_63[CRC_TABLE_SIZE];
72 static AVCRC crc_1D[CRC_TABLE_SIZE];
73 static AVCRC crc_2D[CRC_TABLE_SIZE];
Dsbc.h113 const AVCRC *crc_ctx;
116 uint8_t ff_sbc_crc8(const AVCRC *crc_ctx, const uint8_t *data, size_t len);
Ddcadec.h57 const AVCRC *crctab;
Dttaenc.c30 const AVCRC *crc_table;
Dsbc.c55 uint8_t ff_sbc_crc8(const AVCRC *ctx, const uint8_t *data, size_t len) in ff_sbc_crc8()
Dtta.c51 const AVCRC *crc_table;
Dhcadec.c46 const AVCRC *crc_table;
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()
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()
Dmpegaudiodec_template.c369 const AVCRC *crc_tab = av_crc_get_table(AV_CRC_16_ANSI); in handle_crc()
Dalsdec.c199 const AVCRC *crc_table;
Dac3enc.c1681 const AVCRC *crc_ctx = av_crc_get_table(AV_CRC_16_ANSI); in output_frame_end()
/third_party/ffmpeg/libavutil/tests/
Dcrc.c37 const AVCRC *ctx; 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()
Dmp3enc.c110 AVCRC audio_crc; // CRC of the audio data
Doggenc.c106 const AVCRC *crc_table = av_crc_get_table(AV_CRC_32_IEEE); in ogg_write_page()