Home | History | Annotate | Download | only in lib_src

Lines Matching refs:k2g0

1036  * filter coef b2 = k2 = k2g0*k^0 + k2g1*k^1*(2^x) + k2g2*k^2*(2^x)
1038 *where k2g0, k2g1, k2g2 are from the truncated power series expansion on theta
1039 *(k*2^x = theta, but we incorporate the k along with the k2g0, k2g1, k2g2)
1043 * so actually, the following coefs listed as k2g0, k2g1, k2g2 are really
1044 * k2g0*k^0 = k2g0
1069 static const EAS_I16 k2g0 = 32767;
1241 temp = k2g0 + MULT_AUDIO_COEF(cutoff, temp);