Searched refs:DCA_CHANNELS (Results 1 – 2 of 2) sorted by relevance
39 #define DCA_CHANNELS 7 macro129 int8_t nsubbands[DCA_CHANNELS]; ///< Subband activity count130 int8_t subband_vq_start[DCA_CHANNELS]; ///< High frequency VQ start subband131 int8_t joint_intensity_index[DCA_CHANNELS]; ///< Joint intensity coding index132 int8_t transition_mode_sel[DCA_CHANNELS]; ///< Transient mode code book133 int8_t scale_factor_sel[DCA_CHANNELS]; ///< Scale factor code book134 int8_t bit_allocation_sel[DCA_CHANNELS]; ///< Bit allocation quantizer select135 …int8_t quant_index_sel[DCA_CHANNELS][DCA_CODE_BOOKS]; ///< Quantization index codebook select136 int32_t scale_factor_adj[DCA_CHANNELS][DCA_CODE_BOOKS]; ///< Scale factor adjustment140 int8_t prediction_mode[DCA_CHANNELS][DCA_SUBBANDS_X96]; ///< Prediction mode[all …]
172 av_assert1(s->nchannels <= DCA_CHANNELS - 2); in parse_coding_header()183 av_assert1(s->nchannels <= DCA_CHANNELS - 1); in parse_coding_header()205 av_assert1(s->nchannels <= DCA_CHANNELS); in parse_coding_header()766 for (ch = 0; ch < DCA_CHANNELS; ch++) in erase_adpcm_history()776 int nframesamples = nchsamples * DCA_CHANNELS * DCA_SUBBANDS; in alloc_sample_buffer()788 for (ch = 0; ch < DCA_CHANNELS; ch++) in alloc_sample_buffer()940 int xbr_nabits[DCA_CHANNELS]; in parse_xbr_subframe()941 int xbr_bit_allocation[DCA_CHANNELS][DCA_SUBBANDS]; in parse_xbr_subframe()942 int xbr_scale_nbits[DCA_CHANNELS]; in parse_xbr_subframe()943 int32_t xbr_scale_factors[DCA_CHANNELS][DCA_SUBBANDS][2]; in parse_xbr_subframe()[all …]