Lines Matching refs:ptr_enrg_orig
227 WORD32 skip_bands, WORD16 *ptr_enrg_orig, in ixheaacd_noiselimiting() argument
253 ixheaacd_avggain_calc(ptr_enrg_orig, nrg_est, start_band, stop_band, in ixheaacd_noiselimiting()
596 WORD8 *alias_red_buf, WORD16 *ptr_enrg_orig, in ixheaacd_calc_subband_gains() argument
647 ptr_enrg_orig[2 * c] = tmp_nrg_ref_mant; in ixheaacd_calc_subband_gains()
648 ptr_enrg_orig[2 * c + 1] = tmp_nrg_ref_exp; in ixheaacd_calc_subband_gains()
707 WORD16 *ptr_enrg_orig; in ixheaacd_calc_sbrenvelope() local
728 ptr_enrg_orig = in ixheaacd_calc_sbrenvelope()
847 ptr_enrg_orig, nrg_sine, nrg_est, nrg_gain, noise_level_mant, in ixheaacd_calc_sbrenvelope()
855 ixheaacd_noiselimiting(pstr_freq_band_data, skip_bands, ptr_enrg_orig, in ixheaacd_calc_sbrenvelope()
1386 VOID ixheaacd_avggain_calc(WORD16 *ptr_enrg_orig, WORD16 *nrg_est, in ixheaacd_avggain_calc() argument
1414 ptr_enrg_orig_buf = &ptr_enrg_orig[sub_band_start << 1]; in ixheaacd_avggain_calc()