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

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dcalc_auto_corr.cpp142 Int32 temp5; local
154 temp5 = (realBuf[-2][bd]) >> N;
158 temp_r12r = fxp_mac64_Q31(0, temp3, temp5); /* [j-1]*[j-2] */
159 temp_r22r = fxp_mac64_Q31(0, temp5, temp5); /* [j-2]*[j-2] */
167 temp_r02r = fxp_mac64_Q31(temp_r02r, temp1, temp5); /* [j ]*[j-2] */
170 temp5 = temp3;
182 temp_r02r = fxp_mac64_Q31(temp_r02r, temp1, temp5);
263 Int32 temp5; local
283 temp5
[all...]
H A Ddst8.cpp118 Int32 temp5; local
133 temp5 = fxp_mul32_by_16(vec[5], Qfmt15(0.89997622313642F)); /* (1/(2*cos(5*phi)));*/
152 tmp_bb = (temp5 - temp3);
153 temp5 = fxp_mul32_Q29((temp5 + temp3), Qfmt(1.30656296487638F)); /* (1/(2*cos(6*phi))); */
156 tmp_c = fxp_mul32_by_16((tmp_a + temp5) << 1, Qfmt15(0.70710678118655F));
157 tmp_cc = tmp_a - temp5;
167 temp5 = tmp_dd + tmp_cc;
169 vec[4] = temp5 - vec[3];
170 vec[3] += temp5;
[all...]

Completed in 30 milliseconds