Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_env_calc.c302 WORD16 boost_gain_exp; in ixheaacd_noiselimiting() local
375 boost_gain_exp = ixheaacd_fix_mant_div( in ixheaacd_noiselimiting()
378 boost_gain_exp += (sum_orig_exp - accu_e) + 1; in ixheaacd_noiselimiting()
380 if ((boost_gain_exp > 2) || in ixheaacd_noiselimiting()
381 ((boost_gain_exp == 2) && (boost_gain_mant > 0x5061))) { in ixheaacd_noiselimiting()
383 boost_gain_exp = 2; in ixheaacd_noiselimiting()
408 temp1 = (temp1 + boost_gain_exp); in ixheaacd_noiselimiting()
409 temp2 = (temp2 + boost_gain_exp); in ixheaacd_noiselimiting()
410 temp3 = (temp3 + boost_gain_exp); in ixheaacd_noiselimiting()