Home
last modified time | relevance | path

Searched refs:temp_exp (Results 1 – 2 of 2) sorted by relevance

/external/aac/libAACdec/src/
Dblock.cpp1003 int temp_exp = 0; in get_gain() local
1004 FIXP_DBL output = fDivNormSigned(corr, ener, &temp_exp); in get_gain()
1006 int output_exp = (exp_corr - exp_ener) + temp_exp; in get_gain()
Dusacdec_lpd.cpp231 int temp_exp = 0; in bass_pf_1sf_delay() local
233 FIXP_DBL temp1 = invSqrtNorm2(ener_by_tmp, &temp_exp); in bass_pf_1sf_delay()
235 int temp1_exp = temp_exp - (ener_by_tmp_exp >> 1); in bass_pf_1sf_delay()