FFmpeg
4.4
|
Go to the source code of this file.
Data Structures | |
struct | DCAVLC |
Macros | |
#define | DCA_CODE_BOOKS 10 |
#define | DCA_BITALLOC_12_COUNT 5 |
Functions | |
av_cold void | ff_dca_init_vlcs (void) |
uint32_t | ff_dca_vlc_calc_quant_bits (int *values, uint8_t n, uint8_t sel, uint8_t abits) |
void | ff_dca_vlc_enc_quant (PutBitContext *pb, int *values, uint8_t n, uint8_t sel, uint8_t abits) |
uint32_t | ff_dca_vlc_calc_alloc_bits (int *values, uint8_t n, uint8_t sel) |
void | ff_dca_vlc_enc_alloc (PutBitContext *pb, int *values, uint8_t n, uint8_t sel) |
Definition at line 1263 of file dcahuff.c.
Referenced by dcadec_init().
Definition at line 1338 of file dcahuff.c.
Referenced by accumulate_huff_bit_consumption().
void ff_dca_vlc_enc_quant | ( | PutBitContext * | pb, |
int * | values, | ||
uint8_t | n, | ||
uint8_t | sel, | ||
uint8_t | abits | ||
) |
Definition at line 1350 of file dcahuff.c.
Referenced by put_subframe_samples().
Definition at line 1360 of file dcahuff.c.
Referenced by set_best_abits_code().
void ff_dca_vlc_enc_alloc | ( | PutBitContext * | pb, |
int * | values, | ||
uint8_t | n, | ||
uint8_t | sel | ||
) |
Definition at line 1371 of file dcahuff.c.
Referenced by put_subframe().
|
extern |
Definition at line 1245 of file dcahuff.c.
Referenced by ff_dca_init_vlcs(), and parse_subframe_header().
|
extern |
Definition at line 1246 of file dcahuff.c.
Referenced by ff_dca_init_vlcs(), and parse_subframe_header().
|
extern |
Definition at line 1247 of file dcahuff.c.
Referenced by ff_dca_init_vlcs(), parse_joint_scale(), and parse_scale().
|
extern |
Definition at line 1248 of file dcahuff.c.
Referenced by ff_dca_init_vlcs(), parse_huffman_codes(), and parse_x96_subframe_header().
|
extern |
Definition at line 1250 of file dcahuff.c.
Referenced by ff_dca_init_vlcs(), and parse_tonal().
|
extern |
Definition at line 1251 of file dcahuff.c.
Referenced by ff_dca_init_vlcs(), and parse_tonal().
|
extern |
Definition at line 1252 of file dcahuff.c.
Referenced by ff_dca_init_vlcs(), and parse_tonal().
|
extern |
Definition at line 1253 of file dcahuff.c.
Referenced by ff_dca_init_vlcs(), and parse_tonal().
|
extern |
Definition at line 1254 of file dcahuff.c.
Referenced by ff_dca_init_vlcs(), and parse_scale_factors().
|
extern |
Definition at line 1255 of file dcahuff.c.
Referenced by ff_dca_init_vlcs(), and parse_scale_factors().
|
extern |
Definition at line 1256 of file dcahuff.c.
Referenced by ff_dca_init_vlcs(), and parse_scale_factors().
|
extern |
Definition at line 1257 of file dcahuff.c.
Referenced by ff_dca_init_vlcs(), parse_grid_1_chunk(), and parse_grid_1_sec_ch().
|
extern |
Definition at line 1258 of file dcahuff.c.
Referenced by ff_dca_init_vlcs(), and parse_st_code().
|
extern |
Definition at line 1259 of file dcahuff.c.
Referenced by ff_dca_init_vlcs(), and parse_grid_2().
|
extern |
Definition at line 1260 of file dcahuff.c.
Referenced by ff_dca_init_vlcs(), and parse_grid_3().
|
extern |
Definition at line 1261 of file dcahuff.c.
Referenced by ff_dca_init_vlcs(), and parse_ch().