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

/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_wtsynth.c1030 * filter coef b2 = k2 = k2g0*k^0 + k2g1*k^1*(2^x) + k2g2*k^2*(2^x)
1032 *where k2g0, k2g1, k2g2 are from the truncated power series expansion on theta
1033 *(k*2^x = theta, but we incorporate the k along with the k2g0, k2g1, k2g2)
1037 * so actually, the following coefs listed as k2g0, k2g1, k2g2 are really
1038 * k2g0*k^0 = k2g0
1063 static const EAS_I16 k2g0 = 32767; variable
1235 temp = k2g0 + MULT_AUDIO_COEF(cutoff, temp);
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_wtsynth.c1036 * 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; variable
1241 temp = k2g0 + MULT_AUDIO_COEF(cutoff, temp);

Completed in 33 milliseconds