Home
last modified time | relevance | path

Searched refs:ixheaacd_pnorm32 (Results 1 – 4 of 4) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_env_calc.c196 norm_val = 16 - ixheaacd_pnorm32(nrg_mod_mant); in ixheaacd_alias_reduction()
1119 max_shift = ixheaacd_pnorm32(max_abs); in ixheaacd_expsubbandsamples_dec()
1135 max_shift = ixheaacd_pnorm32(max_abs); in ixheaacd_expsubbandsamples_dec()
1188 pre_shift_val = (ixheaacd_pnorm32(max_val) - max_shift_gap); in ixheaacd_enery_calc_per_subband_dec()
1214 shift = -(ixheaacd_pnorm32(accu)); in ixheaacd_enery_calc_per_subband_dec()
1287 shift = ixheaacd_pnorm32(accumulate); in ixheaacd_enery_calc_persfb()
1463 norm_val = 16 - ixheaacd_pnorm32(accu_sum_orig_mant); in ixheaacd_avggain_calc()
1468 norm_val = 16 - ixheaacd_pnorm32(accu_sum_est_mant); in ixheaacd_avggain_calc()
Dixheaacd_basic_ops32.h245 static PLATFORM_INLINE WORD ixheaacd_pnorm32(WORD32 a) { in ixheaacd_pnorm32() function
Dixheaacd_lpp_tran.c251 q_factor = ixheaacd_pnorm32(max_val); in ixheaacd_covariance_matrix_calc_dec()
945 q_shift = ixheaacd_pnorm32(max_val); in ixheaacd_hf_generator()
Dixheaacd_ps_dec.c182 return ixheaacd_pnorm32(max_val); in ixheaacd_get_ps_scale()