Searched refs:tmp_mant (Results 1 – 1 of 1) sorted by relevance
143 WORD32 tmp_mant, tmp_gain_mant, gain_m; in ixheaacd_alias_reduction() local177 tmp_mant = (tmp_gain_mant * (nrg_est[2 * k])) >> 16; in ixheaacd_alias_reduction()184 nrg_mod_mant = tmp_mant + (ixheaacd_shr32(nrg_mod_mant, exp_diff)); in ixheaacd_alias_reduction()188 nrg_mod_mant = (ixheaacd_shr32(tmp_mant, exp_diff)) + nrg_mod_mant; in ixheaacd_alias_reduction()316 WORD32 tmp_mant, tmp_e; in ixheaacd_noiselimiting() local318 tmp_mant = *ptr_nrg_gain++; in ixheaacd_noiselimiting()320 tmp_mant = (tmp_mant * (*ptr_enrg_est_buf++)); in ixheaacd_noiselimiting()322 tmp_mant = tmp_mant >> 15; in ixheaacd_noiselimiting()327 accu_m_t = tmp_mant + ixheaacd_shr32(accu_m_t, exp_diff); in ixheaacd_noiselimiting()331 accu_m_t = ixheaacd_shr32(tmp_mant, exp_diff) + accu_m_t; in ixheaacd_noiselimiting()[all …]