Lines Matching refs:noise_level_mant
229 WORD16 *noise_level_mant, WORD16 *nrg_sine, in ixheaacd_noiselimiting() argument
272 WORD16 *p_noise_level = &noise_level_mant[2 * start_band]; in ixheaacd_noiselimiting()
309 WORD16 *p_noise_level = &noise_level_mant[2 * start_band]; in ixheaacd_noiselimiting()
387 p_noise_level = &noise_level_mant[2 * start_band]; in ixheaacd_noiselimiting()
422 WORD16 *noise_level_mant, in ixheaacd_conv_ergtoamplitudelp_dec() argument
429 ixheaacd_fix_mant_exp_sqrt(&noise_level_mant[2 * k], sqrt_table); in ixheaacd_conv_ergtoamplitudelp_dec()
431 shift = (noise_e - noise_level_mant[2 * k + 1]); in ixheaacd_conv_ergtoamplitudelp_dec()
435 noise_level_mant[2 * k] = (noise_level_mant[2 * k] >> shift); in ixheaacd_conv_ergtoamplitudelp_dec()
437 noise_level_mant[2 * k] = (noise_level_mant[2 * k] << -shift); in ixheaacd_conv_ergtoamplitudelp_dec()
449 WORD16 *noise_level_mant, in ixheaacd_conv_ergtoamplitude_dec() argument
457 ixheaacd_fix_mant_exp_sqrt(&noise_level_mant[2 * k], sqrt_table); in ixheaacd_conv_ergtoamplitude_dec()
459 shift = (noise_e - noise_level_mant[2 * k + 1]); in ixheaacd_conv_ergtoamplitude_dec()
463 noise_level_mant[2 * k] = (noise_level_mant[2 * k] >> shift); in ixheaacd_conv_ergtoamplitude_dec()
465 noise_level_mant[2 * k] = (noise_level_mant[2 * k] << -shift); in ixheaacd_conv_ergtoamplitude_dec()
472 WORD16 *noise_level_mant, WORD16 *nrg_sine, WORD32 start_pos, in ixheaacd_adapt_noise_gain_calc() argument
486 WORD16 *ptr_noise = noise_level_mant; in ixheaacd_adapt_noise_gain_calc()
517 ixheaacd_noise_level_rescaling(noise_level_mant, diff, bands, 2); in ixheaacd_adapt_noise_gain_calc()
546 noise_level_mant, num_sub_bands, noise_absc_flag, harm_index); in ixheaacd_adapt_noise_gain_calc()
556 nrg_sine, ptr_rand_ph, noise_level_mant, in ixheaacd_adapt_noise_gain_calc()
578 noise_level_mant, nrg_sine, (WORD16)(noise_e - 16), 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()
720 WORD16 noise_level_mant[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()
876 bands, noise_e, nrg_sine, nrg_gain, noise_level_mant, in ixheaacd_calc_sbrenvelope()
882 noise_level_mant, in ixheaacd_calc_sbrenvelope()
890 noise_level_mant, nrg_sine, start_pos, end_pos, input_e, adj_e, final_e, in ixheaacd_calc_sbrenvelope()
995 WORD16 *noise_level_mant, in ixheaacd_filt_buf_update() argument
1003 temp2 = *noise_level_mant; in ixheaacd_filt_buf_update()
1004 noise_level_mant += 2; in ixheaacd_filt_buf_update()
1012 VOID ixheaacd_noise_level_rescaling(WORD16 *noise_level_mant, WORD32 diff, in ixheaacd_noise_level_rescaling() argument
1019 *noise_level_mant = *noise_level_mant >> diff; in ixheaacd_noise_level_rescaling()
1020 noise_level_mant += ixheaacd_drc_offset; in ixheaacd_noise_level_rescaling()
1025 *noise_level_mant = *noise_level_mant << diff; in ixheaacd_noise_level_rescaling()
1026 noise_level_mant += ixheaacd_drc_offset; in ixheaacd_noise_level_rescaling()
1500 WORD16 *noise_level_mant, in ixheaacd_harm_idx_zerotwolp_dec() argument
1523 noise_level_mant[2 * k]); in ixheaacd_harm_idx_zerotwolp_dec()
1552 WORD16 *noise_level_mant, WORD32 num_sub_bands, FLAG noise_absc_flag, in ixheaacd_harm_idx_onethreelp() argument
1583 signal_real, ixheaacd_extract16h(ptr_rand_ph[k]), *noise_level_mant); in ixheaacd_harm_idx_onethreelp()
1587 noise_level_mant += 2; in ixheaacd_harm_idx_onethreelp()
1629 signal_real, ixheaacd_extract16h(ptr_rand_ph[k]), *noise_level_mant); in ixheaacd_harm_idx_onethreelp()
1631 noise_level_mant += 2; in ixheaacd_harm_idx_onethreelp()
1665 *noise_level_mant); in ixheaacd_harm_idx_onethreelp()