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

/frameworks/av/services/audioflinger/
H A DAudioResamplerFirGen.h178 * I0ATerm<> to the precision of the compiler. The series can be expanded
199 struct I0ATerm { struct in namespace:android
200 static const double value = I0ATerm<N-1>::value * (2.*N-1.) * (2.*N-1.) / (8. * N);
204 struct I0ATerm<0> { // 1/sqrt(2*PI); struct in namespace:android
360 Poly9(I0ATerm<0>::value, I0ATerm<1>::value,
361 I0ATerm<2>::value, I0ATerm<3>::value,
362 I0ATerm<4>::value, I0ATerm<
[all...]

Completed in 31 milliseconds