Searched refs:AC3_CRITICAL_BANDS (Results 1 – 5 of 5) sorted by relevance
35 const uint8_t ff_ac3_band_start_tab[AC3_CRITICAL_BANDS+1] = {124 int16_t excite[AC3_CRITICAL_BANDS]; /* excitation */ in ff_ac3_bit_alloc_calc_mask()198 if (band >= AC3_CRITICAL_BANDS || dba_lengths[seg] > AC3_CRITICAL_BANDS-band) in ff_ac3_bit_alloc_calc_mask()
40 extern const uint16_t ff_ac3_hearing_threshold_tab[AC3_CRITICAL_BANDS][3];48 extern const uint8_t ff_ac3_band_start_tab[AC3_CRITICAL_BANDS+1];
209 int16_t band_psd[AC3_MAX_CHANNELS][AC3_CRITICAL_BANDS]; ///< interpolated exponents210 int16_t mask[AC3_MAX_CHANNELS][AC3_CRITICAL_BANDS]; ///< masking curve values
161 const uint16_t ff_ac3_hearing_threshold_tab[AC3_CRITICAL_BANDS][3]= {
39 #define AC3_CRITICAL_BANDS 50 macro