Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dsbrdec_freq_sca.cpp170 INT stopMin; in getStopBand() local
176 stopMin = (((2*6000*2*(64)) / fs) + 1) >> 1; in getStopBand()
180 stopMin = (((2*8000*2*(64)) / fs) + 1) >> 1; in getStopBand()
183 stopMin = (((2*10000*2*(64)) / fs) + 1) >> 1; in getStopBand()
192 CalcBands( diff0, stopMin, 64, 13); in getStopBand()
194 cumSum(stopMin, diff0, 13, diff1); in getStopBand()