Searched refs:AC3_CRITICAL_BANDS (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dac3tab.h45 extern const uint16_t ff_ac3_hearing_threshold_tab[AC3_CRITICAL_BANDS][3];
54 extern const uint8_t ff_ac3_band_start_tab[AC3_CRITICAL_BANDS+1];
H A Dac3.c34 const uint8_t ff_ac3_band_start_tab[AC3_CRITICAL_BANDS+1] = {
129 int16_t excite[AC3_CRITICAL_BANDS]; /* excitation */
200 if (band >= AC3_CRITICAL_BANDS || dba_lengths[seg] > AC3_CRITICAL_BANDS-band)
225 for (band = 0; band < AC3_CRITICAL_BANDS; band++) {
H A Dac3dec.h174 int16_t band_psd[AC3_MAX_CHANNELS][AC3_CRITICAL_BANDS]; ///< interpolated exponents
175 int16_t mask[AC3_MAX_CHANNELS][AC3_CRITICAL_BANDS]; ///< masking curve values
H A Dac3.h39 #define AC3_CRITICAL_BANDS 50 macro
H A Dac3tab.c215 const uint16_t ff_ac3_hearing_threshold_tab[AC3_CRITICAL_BANDS][3]= {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dac3tab.h47 extern const uint16_t ff_ac3_hearing_threshold_tab[AC3_CRITICAL_BANDS][3];
56 extern const uint8_t ff_ac3_band_start_tab[AC3_CRITICAL_BANDS+1];
H A Dac3.c34 const uint8_t ff_ac3_band_start_tab[AC3_CRITICAL_BANDS+1] = {
129 int16_t excite[AC3_CRITICAL_BANDS]; /* excitation */
200 if (band >= AC3_CRITICAL_BANDS || dba_lengths[seg] > AC3_CRITICAL_BANDS-band)
225 for (band = 0; band < AC3_CRITICAL_BANDS; band++) {
H A Dac3dec.h189 int16_t band_psd[AC3_MAX_CHANNELS][AC3_CRITICAL_BANDS]; ///< interpolated exponents
190 int16_t mask[AC3_MAX_CHANNELS][AC3_CRITICAL_BANDS]; ///< masking curve values
H A Dac3.h39 #define AC3_CRITICAL_BANDS 50 macro
H A Dac3tab.c217 const uint16_t ff_ac3_hearing_threshold_tab[AC3_CRITICAL_BANDS][3]= {

Completed in 75 milliseconds