Searched defs:limiterBands (Results 1 - 2 of 2) sorted by relevance

/external/aac/libSBRdec/src/
H A Denv_extr.h201 UCHAR limiterBands; /*!< Index for number of limiter bands per octave */ member in struct:__anon203
H A Denv_calc.cpp2134 int limiterBands) /*!< Selected 'band density' from bitstream */
2146 if(limiterBands == 0) {
2176 temp = fMult(temp, FDK_sbrDecoder_sbr_limiterBandsPerOctaveDiv4[limiterBands]);
2128 ResetLimiterBands( UCHAR *limiterBandTable, UCHAR *noLimiterBands, UCHAR *freqBandTable, int noFreqBands, const PATCH_PARAM *patchParam, int noPatches, int limiterBands) argument

Completed in 62 milliseconds