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

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Ddct64.cpp185 Int32 aux2; local
198 aux2 = *(temp_o1);
200 *(temp_e1--) = aux1 + aux2;
201 *(temp_o1++) = fxp_mul32_Q26((aux1 - aux2), aux3);
203 aux2 = *(temp_o1);
205 *(temp_e1--) = aux1 + aux2;
206 *(temp_o1++) = fxp_mul32_Q26((aux1 - aux2), aux3);
213 aux2 = *(temp_o1);
215 *(temp_e1--) = aux1 + aux2;
216 *(temp_o1++) = fxp_mul32_Q31((aux1 - aux2), aux
[all...]
H A Dcalc_sbr_envelope.cpp1494 Int32 aux2; local
1506 aux2 = aBufR[l *SBR_NUM_BANDS + k ];
1509 nrg_h = fxp_mac64_Q31(nrg_h, aux2, aux2);
1526 aux2 = pv_normalize(tmp2);
1527 aux2 -= 1; /* ensure Q30 */
1528 nrg_h = (nrg_h << aux2) >> 33;
1530 nrg_est_exp[c] = 33 - aux2;
1535 aux2 = pv_normalize(tmp2);
1536 aux2
1614 Int32 aux2; local
2108 Int32 aux2; local
[all...]
/frameworks/base/media/libstagefright/codecs/amrnb/common/src/
H A Dq_plsf_5.cpp226 Word32 aux2; local
241 aux2 = ((Word32) lsf_r1[1] * wf1_1);
256 temp = (aux2 - ((Word32)wf1_1 * *(p_dico++))) >> 15;

Completed in 168 milliseconds