Searched defs:Poly8 (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/services/audioflinger/
H A DAudioResamplerFirGen.h273 inline double Poly8(double A, double B, double C, double D, double E, double F, double G, function in namespace:android
282 // It does not seem faster to explicitly decompose Poly8 into Poly4, but
285 return Poly8(A, B, C, D, E, F, G, H, x, x2, x4) + I * (x4 * x4);

Completed in 32 milliseconds