• Home
  • Raw
  • Download

Lines Matching refs:noise_e

420 VOID ixheaacd_conv_ergtoamplitudelp_dec(WORD32 bands, WORD16 noise_e,  in ixheaacd_conv_ergtoamplitudelp_dec()  argument
431 shift = (noise_e - noise_level_mant[2 * k + 1]); in ixheaacd_conv_ergtoamplitudelp_dec()
439 shift = (nrg_sine[2 * k + 1] - noise_e); in ixheaacd_conv_ergtoamplitudelp_dec()
447 VOID ixheaacd_conv_ergtoamplitude_dec(WORD32 bands, WORD16 noise_e, in ixheaacd_conv_ergtoamplitude_dec() argument
459 shift = (noise_e - noise_level_mant[2 * k + 1]); in ixheaacd_conv_ergtoamplitude_dec()
470 ia_sbr_calc_env_struct *ptr_sbr_calc_env, WORD32 noise_e, in ixheaacd_adapt_noise_gain_calc() argument
489 ptr_sbr_calc_env->filt_buf_noise_e = noise_e; in ixheaacd_adapt_noise_gain_calc()
515 WORD32 diff = final_e - noise_e; in ixheaacd_adapt_noise_gain_calc()
516 noise_e = final_e; in ixheaacd_adapt_noise_gain_calc()
522 ptr_sbr_calc_env->filt_buf_noise_e - noise_e, in ixheaacd_adapt_noise_gain_calc()
525 ptr_sbr_calc_env->filt_buf_noise_e = noise_e; in ixheaacd_adapt_noise_gain_calc()
548 WORD32 noise = (noise_e - 16) - lb_scale; in ixheaacd_adapt_noise_gain_calc()
578 noise_level_mant, nrg_sine, (WORD16)(noise_e - 16), in ixheaacd_adapt_noise_gain_calc()
714 WORD16 noise_e; in ixheaacd_calc_sbrenvelope() local
867 noise_e = adj_e; in ixheaacd_calc_sbrenvelope()
869 noise_e = final_e; 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()
1553 WORD32 freq_inv_flag, WORD32 noise_e, WORD32 sub_band_start) { in ixheaacd_harm_idx_onethreelp() argument
1590 tmp = noise_e; in ixheaacd_harm_idx_onethreelp()
1696 WORD16 *ptr_sine_level_buf, WORD16 noise_e, in ixheaacd_harm_idx_zerotwo() argument
1723 WORD32 tmp = ixheaacd_sub16(ptr_sine_level_buf[1], noise_e); in ixheaacd_harm_idx_zerotwo()
1764 WORD16 *ptr_sine_level_buf, WORD16 noise_e, in ixheaacd_harm_idx_onethree() argument
1794 WORD32 tmp = ixheaacd_sub16(ptr_sine_level_buf[1], noise_e); in ixheaacd_harm_idx_onethree()