Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddca_xll.h35 #define DCA_XLL_CHANNELS_MAX 8 macro
39 #define DCA_XLL_DMIX_SCALES_MAX ((DCA_XLL_CHSETS_MAX - 1) * DCA_XLL_CHANNELS_MAX)
40 #define DCA_XLL_DMIX_COEFFS_MAX (DCA_XLL_DMIX_SCALES_MAX * DCA_XLL_CHANNELS_MAX)
46 int orig_order[DCA_XLL_CHANNELS_MAX]; ///< Original channel order
47 int decor_coeff[DCA_XLL_CHANNELS_MAX / 2]; ///< Pairwise channel coefficients
49 int adapt_pred_order[DCA_XLL_CHANNELS_MAX]; ///< Adaptive predictor order
51 int fixed_pred_order[DCA_XLL_CHANNELS_MAX]; ///< Fixed predictor order
52 …int adapt_refl_coeff[DCA_XLL_CHANNELS_MAX][DCA_XLL_ADAPT_PRED_ORDER_MAX]; ///< Adaptive pred…
57 …int nscalablelsbs[DCA_XLL_CHANNELS_MAX]; ///< Number of bits to represent the samples in LS…
58 int bit_width_adjust[DCA_XLL_CHANNELS_MAX]; ///< Number of bits discarded by authoring
[all …]
Ddca_xll.c133 if (c->nchannels > DCA_XLL_CHANNELS_MAX) { in chs_parse_header()
667 int32_t *tmp[DCA_XLL_CHANNELS_MAX]; in chs_filter_band_data()