Home | History | Annotate | Download | only in decoder

Lines Matching refs:max_temp

240     WORD32 max_temp;
257 max_temp = ixheaacd_mult16x16in32_shl(max_gain_mant, limit_gain_mant);
260 temp_val = ixheaacd_norm32(max_temp);
263 max_gain_mant = (WORD16)((max_temp << temp_val) >> 16);