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

/frameworks/av/services/audioflinger/
H A DAudioResamplerFirGen.h530 double trf = firTransfer(coef, L, halfNumCoef, wstart); local
531 if (trf<0) {
532 trf = -trf;
534 fmin = fmax = trf;
537 trf = firTransfer(coef, L, halfNumCoef, wstart);
538 if (trf<0) {
539 trf = -trf;
541 if (trf>fma
[all...]

Completed in 707 milliseconds