Lines Matching refs:nrg_gain
75 static VOID ixheaacd_alias_reduction(WORD16 *deg_patched, WORD16 *nrg_gain, in ixheaacd_alias_reduction() argument
133 ixheaacd_avggain_calc(nrg_est, nrg_gain, start_grp, stop_grp, &nrg_amp_mant, in ixheaacd_alias_reduction()
140 WORD16 *ptr_nrg_gain_mant = &nrg_gain[2 * start_grp]; in ixheaacd_alias_reduction()
211 WORD16 *ptr_nrg_gain_mant = &nrg_gain[2 * start_grp]; in ixheaacd_alias_reduction()
228 WORD16 *nrg_est, WORD16 *nrg_gain, in ixheaacd_noiselimiting() argument
271 WORD16 *ptr_nrg_gain = &nrg_gain[2 * start_band]; in ixheaacd_noiselimiting()
307 WORD16 *ptr_nrg_gain = &nrg_gain[2 * start_band]; in ixheaacd_noiselimiting()
386 ptr_nrg_gain = &nrg_gain[2 * start_band]; in ixheaacd_noiselimiting()
421 WORD16 *nrg_sine, WORD16 *nrg_gain, in ixheaacd_conv_ergtoamplitudelp_dec() argument
428 ixheaacd_fix_mant_exp_sqrt(&nrg_gain[2 * k], sqrt_table); in ixheaacd_conv_ergtoamplitudelp_dec()
448 WORD16 *nrg_sine, WORD16 *nrg_gain, in ixheaacd_conv_ergtoamplitude_dec() argument
456 ixheaacd_fix_mant_exp_sqrt(&nrg_gain[2 * k], sqrt_table); in ixheaacd_conv_ergtoamplitude_dec()
471 WORD32 num_sub_bands, WORD32 skip_bands, WORD16 *nrg_gain, in ixheaacd_adapt_noise_gain_calc() argument
483 WORD16 *ptr_gain = &nrg_gain[0]; in ixheaacd_adapt_noise_gain_calc()
505 &ptr_sbr_calc_env->filt_buf_me[2 * skip_bands], nrg_gain, bands); in ixheaacd_adapt_noise_gain_calc()
545 ptr_real_buf, nrg_gain, scale_change, nrg_sine, ptr_rand_ph, in ixheaacd_adapt_noise_gain_calc()
555 ixheaacd_harm_idx_onethreelp(ptr_real_buf, nrg_gain, scale_change, in ixheaacd_adapt_noise_gain_calc()
577 &ptr_sbr_calc_env->filt_buf_noise_m[skip_bands], nrg_gain, in ixheaacd_adapt_noise_gain_calc()
588 nrg_gain, noise_level_mant, bands); in ixheaacd_adapt_noise_gain_calc()
598 WORD16 *nrg_gain, WORD16 *noise_level_mant, in ixheaacd_calc_subband_gains() argument
657 &nrg_gain[2 * c], &noise_level_mant[2 * c], &nrg_sine[2 * c], in ixheaacd_calc_subband_gains()
719 WORD16 nrg_gain[2 * MAX_FREQ_COEFFS]; in ixheaacd_calc_sbrenvelope() local
847 ptr_enrg_orig, nrg_sine, nrg_est, nrg_gain, noise_level_mant, in ixheaacd_calc_sbrenvelope()
856 nrg_est, nrg_gain, noise_level_mant, nrg_sine, in ixheaacd_calc_sbrenvelope()
861 ixheaacd_alias_reduction(deg_patched + sub_band_start, nrg_gain, nrg_est, in ixheaacd_calc_sbrenvelope()
876 bands, noise_e, nrg_sine, nrg_gain, noise_level_mant, in ixheaacd_calc_sbrenvelope()
881 (*ixheaacd_conv_ergtoamplitude)(bands, noise_e, nrg_sine, nrg_gain, in ixheaacd_calc_sbrenvelope()
889 ptr_sbr_calc_env, noise_e, num_sub_bands, skip_bands, nrg_gain, in ixheaacd_calc_sbrenvelope()
949 VOID ixheaacd_equalize_filt_buff_exp(WORD16 *ptr_filt_buf, WORD16 *nrg_gain, in ixheaacd_equalize_filt_buff_exp() argument
958 gain_e = *(nrg_gain + 1); in ixheaacd_equalize_filt_buff_exp()
960 gain_m = *nrg_gain; in ixheaacd_equalize_filt_buff_exp()
983 *nrg_gain = (WORD16)(gain_m >> shift); in ixheaacd_equalize_filt_buff_exp()
984 *(nrg_gain + 1) = (WORD16)(*(nrg_gain + 1) + shift); in ixheaacd_equalize_filt_buff_exp()
987 nrg_gain += 2; in ixheaacd_equalize_filt_buff_exp()
994 WORD16 *nrg_gain, in ixheaacd_filt_buf_update() argument
1001 temp1 = *nrg_gain; in ixheaacd_filt_buf_update()
1002 nrg_gain += 2; in ixheaacd_filt_buf_update()