Searched refs:AVCRC (Results 1 – 21 of 21) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | crc.c | 30 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()
|
D | crc.h | 47 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,
|
D | lfg.c | 66 const AVCRC *avcrc; in av_lfg_init_from_data()
|
D | hash.c | 61 const AVCRC *crctab;
|
/third_party/ffmpeg/libavcodec/ |
D | mlp.c | 71 static AVCRC crc_63[CRC_TABLE_SIZE]; 72 static AVCRC crc_1D[CRC_TABLE_SIZE]; 73 static AVCRC crc_2D[CRC_TABLE_SIZE];
|
D | sbc.h | 113 const AVCRC *crc_ctx; 116 uint8_t ff_sbc_crc8(const AVCRC *crc_ctx, const uint8_t *data, size_t len);
|
D | dcadec.h | 57 const AVCRC *crctab;
|
D | ttaenc.c | 30 const AVCRC *crc_table;
|
D | sbc.c | 55 uint8_t ff_sbc_crc8(const AVCRC *ctx, const uint8_t *data, size_t len) in ff_sbc_crc8()
|
D | tta.c | 51 const AVCRC *crc_table;
|
D | hcadec.c | 46 const AVCRC *crc_table;
|
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()
|
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 | mpegaudiodec_template.c | 369 const AVCRC *crc_tab = av_crc_get_table(AV_CRC_16_ANSI); in handle_crc()
|
D | alsdec.c | 199 const AVCRC *crc_table;
|
D | ac3enc.c | 1681 const AVCRC *crc_ctx = av_crc_get_table(AV_CRC_16_ANSI); in output_frame_end()
|
/third_party/ffmpeg/libavutil/tests/ |
D | crc.c | 37 const AVCRC *ctx; 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()
|
D | mp3enc.c | 110 AVCRC audio_crc; // CRC of the audio data
|
D | oggenc.c | 106 const AVCRC *crc_table = av_crc_get_table(AV_CRC_32_IEEE); in ogg_write_page()
|