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

/frameworks/av/media/libstagefright/codecs/aacdec/
H A Dsbr_aliasing_reduction.cpp164 Int32 tmp_q2; local
227 tmp_q2 = -100;
235 if (tmp_q2 < (nrg_est_exp[k] + (nrg_gain_exp[k] << 1)))
237 tmp_q2 = (nrg_est_exp[k] + (nrg_gain_exp[k] << 1)); /* max */
244 tmp_q2 += 59 - pv_normalize(k);
254 if (tmp_q2 - (nrg_est_exp[k] + (nrg_gain_exp[k] << 1)) < 60)
259 ref_total_man += tmp_q3 >> (tmp_q2 - (nrg_est_exp[k] + nrg_gain_exp[k]));
263 ref_total_exp = tmp_q2 + 28;
267 tmp_q2 += - tmp_q1 - quotient.shift_factor - 2;
289 tmp_q1 = tmp_q2 > nrg_gain_ex
[all...]
H A Dcalc_sbr_envelope.cpp274 Int32 tmp_q2; local
532 tmp_q2 = nrg_ref_exp[c] - nrg_est_exp[c] - quotient.shift_factor - 30;
534 pv_sqrt(quotient.quotient, tmp_q2, &root_sq, sqrt_cache[1]);
552 tmp_q2 = nL_exp[aux1];
557 if (tmp_q2 >= 0)
559 pv_div(nrg_ref_man[c], nL_man[aux1] + (0x3FFFFFFF >> tmp_q2), &quotient);
563 tmp_q2 = nL_man[aux1] >> (-tmp_q2);
564 pv_div(nrg_ref_man[c], tmp_q2 + 0x3FFFFFFF, &quotient);
565 tmp_q2
1074 Int32 tmp_q2; local
1612 Int32 tmp_q2; local
[all...]

Completed in 69 milliseconds