• Home
  • Raw
  • Download

Lines Matching refs:DCA_XLL_CHANNELS_MAX

35 #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
60 int32_t *msb_sample_buffer[DCA_XLL_CHANNELS_MAX]; ///< MSB sample buffer pointers
61 int32_t *lsb_sample_buffer[DCA_XLL_CHANNELS_MAX]; ///< LSB sample buffer pointers or NULL
82 int ch_remap[DCA_XLL_CHANNELS_MAX]; ///< Channel to speaker map
91 int rice_code_flag[DCA_XLL_CHANNELS_MAX]; ///< Rice coding flag
92 …int bitalloc_hybrid_linear[DCA_XLL_CHANNELS_MAX]; ///< Binary code length for isolated sampl…
93 …int bitalloc_part_a[DCA_XLL_CHANNELS_MAX]; ///< Coding parameter for part A of segment
94 …int bitalloc_part_b[DCA_XLL_CHANNELS_MAX]; ///< Coding parameter for part B of segment
95 …int nsamples_part_a[DCA_XLL_CHANNELS_MAX]; ///< Number of samples in part A of segment
98 …DECLARE_ALIGNED(32, int32_t, deci_history)[DCA_XLL_CHANNELS_MAX][DCA_XLL_DECI_HISTORY_MAX]; ///< D…