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

/frameworks/av/services/audioflinger/
H A DAudioResamplerFirGen.h221 inline double Poly2(double A, double B, double x) { function in namespace:android
247 inline double Poly2(double A, double B, double x) { function in namespace:android
252 return Poly2(A, B, x) + C * x2;
256 return Poly2(A, B, x) + C * x * x;
260 return Poly2(A, B, x) + Poly2(C, D, x) * x2; // same as poly2(poly2, poly2, x2);
347 double num = Poly2(0.415079861746e1, -0.5149092496e1, z);

Completed in 58 milliseconds