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

/frameworks/av/services/audioflinger/
H A DAudioResamplerFirGen.h251 inline double Poly3(double A, double B, double C, double x, double x2) { function in namespace:android
255 inline double Poly3(double A, double B, double C, double x) { function in namespace:android
270 return Poly4(A, B, C, D, x, x2) + Poly3(E, F, G, x, x2) * (x2 * x2);
348 double den = Poly3(0.103150763823e2, -0.14181687413e2,

Completed in 73 milliseconds