Lines Matching refs:adj_e
473 WORD32 end_pos, WORD32 input_e, WORD32 adj_e, WORD32 final_e, in ixheaacd_adapt_noise_gain_calc() argument
510 scale_change = (adj_e - input_e); in ixheaacd_adapt_noise_gain_calc()
711 WORD32 adj_e; in ixheaacd_calc_sbrenvelope() local
743 adj_e = 0; in ixheaacd_calc_sbrenvelope()
760 adj_e = ((ptr_sbr_calc_env->filt_buf_noise_e - ixheaacd_norm32(max_noise)) - in ixheaacd_calc_sbrenvelope()
787 if ((temp_val > adj_e)) { in ixheaacd_calc_sbrenvelope()
788 adj_e = (WORD16)temp_val; in ixheaacd_calc_sbrenvelope()
867 noise_e = adj_e; in ixheaacd_calc_sbrenvelope()
890 noise_level_mant, nrg_sine, start_pos, end_pos, input_e, adj_e, final_e, in ixheaacd_calc_sbrenvelope()
920 if (((ov_adj_e - ov_reserve) > (adj_e - reserve))) in ixheaacd_calc_sbrenvelope()
923 output_e = (adj_e - reserve); in ixheaacd_calc_sbrenvelope()
934 first_start, num_cols, (adj_e - output_e), in ixheaacd_calc_sbrenvelope()