Searched refs:passSteps (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libaudioprocessing/tests/ |
D | resampler_tests.cpp | 289 constexpr int32_t passSteps = 1000; in testFilterResponse() local 292 passSteps, phases * passSteps /* stopSteps */, in testFilterResponse()
|
/frameworks/av/media/libaudioprocessing/ |
D | AudioResamplerDyn.cpp | 307 const int32_t passSteps = 1000; in createKaiserFir() 309 testFir(coefs, c.mL, c.mHalfNumCoefs, fp, fs, passSteps, passSteps * c.mL /*stopSteps*/, in createKaiserFir()
|
D | AudioResamplerFirGen.h | 601 double fp, double fs, int passSteps, int stopSteps, 605 testFir(coef, L, halfNumCoef, 0., fp, passSteps, fmin, fmax);
|