Home
last modified time | relevance | path

Searched refs:DCA_CHANNELS (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddca_core.h41 #define DCA_CHANNELS 7 macro
131 int8_t nsubbands[DCA_CHANNELS]; ///< Subband activity count
132 int8_t subband_vq_start[DCA_CHANNELS]; ///< High frequency VQ start subband
133 int8_t joint_intensity_index[DCA_CHANNELS]; ///< Joint intensity coding index
134 int8_t transition_mode_sel[DCA_CHANNELS]; ///< Transient mode code book
135 int8_t scale_factor_sel[DCA_CHANNELS]; ///< Scale factor code book
136 int8_t bit_allocation_sel[DCA_CHANNELS]; ///< Bit allocation quantizer select
137 …int8_t quant_index_sel[DCA_CHANNELS][DCA_CODE_BOOKS]; ///< Quantization index codebook select
138 int32_t scale_factor_adj[DCA_CHANNELS][DCA_CODE_BOOKS]; ///< Scale factor adjustment
142 int8_t prediction_mode[DCA_CHANNELS][DCA_SUBBANDS_X96]; ///< Prediction mode
[all …]
Ddca_core.c170 av_assert1(s->nchannels <= DCA_CHANNELS - 2); in parse_coding_header()
181 av_assert1(s->nchannels <= DCA_CHANNELS - 1); in parse_coding_header()
203 av_assert1(s->nchannels <= DCA_CHANNELS); in parse_coding_header()
764 for (ch = 0; ch < DCA_CHANNELS; ch++) in erase_adpcm_history()
774 int nframesamples = nchsamples * DCA_CHANNELS * DCA_SUBBANDS; in alloc_sample_buffer()
786 for (ch = 0; ch < DCA_CHANNELS; ch++) in alloc_sample_buffer()
938 int xbr_nabits[DCA_CHANNELS]; in parse_xbr_subframe()
939 int xbr_bit_allocation[DCA_CHANNELS][DCA_SUBBANDS]; in parse_xbr_subframe()
940 int xbr_scale_nbits[DCA_CHANNELS]; in parse_xbr_subframe()
941 int32_t xbr_scale_factors[DCA_CHANNELS][DCA_SUBBANDS][2]; in parse_xbr_subframe()
[all …]