Home
last modified time | relevance | path

Searched refs:DCA_CODE_BOOKS (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Ddcahuff.h33 #define DCA_CODE_BOOKS 10 macro
45 extern DCAVLC ff_dca_vlc_quant_index[DCA_CODE_BOOKS];
H A Ddcadata.h37 extern const uint8_t ff_dca_quant_index_sel_nbits[DCA_CODE_BOOKS];
38 extern const uint8_t ff_dca_quant_index_group_size[DCA_CODE_BOOKS];
H A Ddcaenc.c97 int32_t quant_index_sel[MAX_CHANNELS][DCA_CODE_BOOKS];
215 for (j = 0; j < DCA_CODE_BOOKS; j++) { in encode_init()
704 static uint32_t set_best_code(uint32_t vlc_bits[DCA_CODE_BOOKS][7], in set_best_code()
705 uint32_t clc_bits[DCA_CODE_BOOKS], in set_best_code()
706 int32_t res[DCA_CODE_BOOKS]) in set_best_code()
709 uint32_t best_sel_bits[DCA_CODE_BOOKS]; in set_best_code()
710 int32_t best_sel_id[DCA_CODE_BOOKS]; in set_best_code()
713 for (i = 0; i < DCA_CODE_BOOKS; i++) { in set_best_code()
776 uint32_t huff_bit_count_accum[MAX_CHANNELS][DCA_CODE_BOOKS][7]; in init_quantization_noise()
777 uint32_t clc_bit_count_accum[MAX_CHANNELS][DCA_CODE_BOOKS]; in init_quantization_noise()
[all...]
H A Ddca_core.h135 int8_t quant_index_sel[DCA_CHANNELS][DCA_CODE_BOOKS]; ///< Quantization index codebook select
136 int32_t scale_factor_adj[DCA_CHANNELS][DCA_CODE_BOOKS]; ///< Scale factor adjustment
H A Ddcahuff.c985 static const uint8_t bitalloc_sizes[DCA_CODE_BOOKS] = {
989 static const int8_t bitalloc_offsets[DCA_CODE_BOOKS] = {
993 static const uint8_t bitalloc_maxbits[DCA_CODE_BOOKS][7] = {
1006 static const uint16_t *const bitalloc_codes[DCA_CODE_BOOKS][8] = {
1024 static const uint8_t *const bitalloc_bits[DCA_CODE_BOOKS][8] = {
1250 DCAVLC ff_dca_vlc_quant_index[DCA_CODE_BOOKS];
1296 for (i = 0; i < DCA_CODE_BOOKS; i++) { in ff_dca_init_vlcs()
H A Ddca_core.c322 for (n = 0; n < DCA_CODE_BOOKS; n++) in parse_coding_header()
327 for (n = 0; n < DCA_CODE_BOOKS; n++) in parse_coding_header()
585 if (abits <= DCA_CODE_BOOKS) { in extract_audio()
H A Ddcadata.c49 const uint8_t ff_dca_quant_index_sel_nbits[DCA_CODE_BOOKS] = {
53 const uint8_t ff_dca_quant_index_group_size[DCA_CODE_BOOKS] = {

Completed in 29 milliseconds