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

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

Completed in 57 milliseconds