Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_env_calc.c301 WORD16 boost_gain_mant; in ixheaacd_noiselimiting() local
376 sum_orig_mant, accu_m, &boost_gain_mant, pstr_common_tables); in ixheaacd_noiselimiting()
381 ((boost_gain_exp == 2) && (boost_gain_mant > 0x5061))) { in ixheaacd_noiselimiting()
382 boost_gain_mant = 0x5061; in ixheaacd_noiselimiting()
397 temp1 = ixheaacd_mult16_shl(temp1, boost_gain_mant); in ixheaacd_noiselimiting()
398 temp2 = ixheaacd_mult16_shl(temp2, boost_gain_mant); in ixheaacd_noiselimiting()
399 temp3 = ixheaacd_mult16_shl(temp3, boost_gain_mant); in ixheaacd_noiselimiting()