Searched refs:firTransfer (Results 1 - 1 of 1) sorted by path

/frameworks/av/services/audioflinger/
H A DAudioResamplerFirGen.h423 static inline double firTransfer(const T* coef, int L, int halfNumCoef, double w) { function in namespace:android
497 * In this code we use the firTransfer() evaluator above, which uses Goertzel's
530 double trf = firTransfer(coef, L, halfNumCoef, wstart);
537 trf = firTransfer(coef, L, halfNumCoef, wstart);

Completed in 823 milliseconds