Searched defs:testFir (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libaudioprocessing/
H A DAudioResamplerFirGen.h524 static void testFir(const T* coef, int L, int halfNumCoef, function in namespace:android
600 static void testFir(const T* coef, int L, int halfNumCoef, function in namespace:android
605 testFir(coef, L, halfNumCoef, 0., fp, passSteps, fmin, fmax);
610 testFir(coef, L, halfNumCoef, fs, 0.5, stopSteps, fmin, fmax);

Completed in 28 milliseconds