Lines Matching refs:temp_val
233 WORD32 temp_val; in ixheaacd_noiselimiting() local
260 temp_val = ixheaacd_norm32(max_temp); in ixheaacd_noiselimiting()
262 max_gain_exp = (WORD16)(max_gain_exp - temp_val); in ixheaacd_noiselimiting()
263 max_gain_mant = (WORD16)((max_temp << temp_val) >> 16); in ixheaacd_noiselimiting()
768 WORD32 temp_val; in ixheaacd_calc_sbrenvelope() local
775 temp_val = ((*ptr_env_sf_buf++ & MASK_FOR_EXP)); in ixheaacd_calc_sbrenvelope()
777 if ((temp_val > max_sfb_nrg_exp)) { in ixheaacd_calc_sbrenvelope()
778 max_sfb_nrg_exp = temp_val; in ixheaacd_calc_sbrenvelope()
784 temp_val = ((max_sfb_nrg_exp + 13) >> 1); in ixheaacd_calc_sbrenvelope()
787 if ((temp_val > adj_e)) { in ixheaacd_calc_sbrenvelope()
788 adj_e = (WORD16)temp_val; in ixheaacd_calc_sbrenvelope()
793 if ((temp_val > final_e)) { in ixheaacd_calc_sbrenvelope()
794 final_e = (WORD16)temp_val; in ixheaacd_calc_sbrenvelope()