Searched refs:stopMin (Results 1 – 1 of 1) sorted by relevance
213 INT stopMin; in getStopBand() local224 stopMin = (((2 * 6000 * num) / fs) + 1) >> 1; in getStopBand()227 stopMin = (((2 * 8000 * num) / fs) + 1) >> 1; in getStopBand()229 stopMin = (((2 * 10000 * num) / fs) + 1) >> 1; in getStopBand()238 CalcBands(diff0, stopMin, 64, 13); in getStopBand()240 cumSum(stopMin, diff0, 13, diff1); in getStopBand()