Home
last modified time | relevance | path

Searched refs:stopMin (Results 1 – 1 of 1) sorted by relevance

/external/aac/libSBRdec/src/
Dsbrdec_freq_sca.cpp177 INT stopMin; in getStopBand() local
183 stopMin = (((2*6000*2*(64)) / fs) + 1) >> 1; in getStopBand()
187 stopMin = (((2*8000*2*(64)) / fs) + 1) >> 1; in getStopBand()
190 stopMin = (((2*10000*2*(64)) / fs) + 1) >> 1; in getStopBand()
199 CalcBands( diff0, stopMin, 64, 13); in getStopBand()
201 cumSum(stopMin, diff0, 13, diff1); in getStopBand()