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

/frameworks/av/services/audioflinger/
H A DAudioResamplerFirGen.h179 * Constants are compile time derived with templates I0Term<> and
191 struct I0Term { struct in namespace:android
192 static const CONSTEXPR double value = I0Term<N-1>::value / (4. * N * N);
196 struct I0Term<0> { struct in namespace:android
297 return Poly7(I0Term<0>::value, I0Term<1>::value,
298 I0Term<2>::value, I0Term<3>::value,
299 I0Term<4>::value, I0Term<
[all...]

Completed in 46 milliseconds