Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddca_xll.h33 #define DCA_XLL_CHANNELS_MAX 8 macro
37 #define DCA_XLL_DMIX_SCALES_MAX ((DCA_XLL_CHSETS_MAX - 1) * DCA_XLL_CHANNELS_MAX)
38 #define DCA_XLL_DMIX_COEFFS_MAX (DCA_XLL_DMIX_SCALES_MAX * DCA_XLL_CHANNELS_MAX)
44 int orig_order[DCA_XLL_CHANNELS_MAX]; ///< Original channel order
45 int decor_coeff[DCA_XLL_CHANNELS_MAX / 2]; ///< Pairwise channel coefficients
47 int adapt_pred_order[DCA_XLL_CHANNELS_MAX]; ///< Adaptive predictor order
49 int fixed_pred_order[DCA_XLL_CHANNELS_MAX]; ///< Fixed predictor order
50 int adapt_refl_coeff[DCA_XLL_CHANNELS_MAX][DCA_XLL_ADAPT_PRED_ORDER_MAX]; ///< Adaptive predictor reflection coefficients
55 int nscalablelsbs[DCA_XLL_CHANNELS_MAX]; ///< Number of bits to represent the samples in LSB part
56 int bit_width_adjust[DCA_XLL_CHANNELS_MAX]; ///< Numbe
[all...]
H A Ddca_xll.c135 if (c->nchannels > DCA_XLL_CHANNELS_MAX) { in chs_parse_header()
669 int32_t *tmp[DCA_XLL_CHANNELS_MAX]; in chs_filter_band_data()

Completed in 3 milliseconds