Lines Matching defs:MAX_CHANNELS
48 #define MAX_CHANNELS 2
89 int high_band_coded[MAX_CHANNELS][HIGH_BAND_MAX_SIZE];
90 int high_band_values[MAX_CHANNELS][HIGH_BAND_MAX_SIZE];
112 uint8_t channel_coded[MAX_CHANNELS]; ///< true if channel is coded
113 int exponents_bsize[MAX_CHANNELS]; ///< log2 ratio frame/exp. length
114 DECLARE_ALIGNED(32, float, exponents)[MAX_CHANNELS][BLOCK_MAX_SIZE];
115 float max_exponent[MAX_CHANNELS];
116 WMACoef coefs1[MAX_CHANNELS][BLOCK_MAX_SIZE];
117 DECLARE_ALIGNED(32, float, coefs)[MAX_CHANNELS][BLOCK_MAX_SIZE];
122 DECLARE_ALIGNED(32, float, frame_out)[MAX_CHANNELS][BLOCK_MAX_SIZE * 2];
127 int exponents_initialized[MAX_CHANNELS];