Searched refs:ixheaacd_fix_mant_div (Results 1 – 4 of 4) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_basic_funcs.h | 32 WORD32 ixheaacd_fix_mant_div(WORD16 a_m, WORD16 b_m, WORD16 *ptr_result,
|
D | ixheaacd_env_calc.c | 206 compensation_e = ixheaacd_fix_mant_div(nrg_amp_mant, nrgMod_m, in ixheaacd_alias_reduction() 284 ixheaacd_fix_mant_div(max_gain_mant, t_gain_mant, in ixheaacd_noiselimiting() 375 boost_gain_exp = ixheaacd_fix_mant_div( in ixheaacd_noiselimiting() 1358 temp = ixheaacd_fix_mant_div(var1_mant, var2_mant, ptr_noise_floor_mant, in ixheaacd_subbandgain_calc() 1375 temp = ixheaacd_fix_mant_div(var1_mant, var3_mant, ptr_nrg_gain_mant, in ixheaacd_subbandgain_calc() 1380 temp = ixheaacd_fix_mant_div(e_orig_mant_matrix, var2_mant, ptr_nrg_sine_m, in ixheaacd_subbandgain_calc() 1488 temp = ixheaacd_fix_mant_div(sum_orig_mant, sum_est_mant, ptr_avg_gain_mant, in ixheaacd_avggain_calc()
|
D | ixheaacd_basic_funcs.c | 61 WORD32 ixheaacd_fix_mant_div(WORD16 op1_mant, WORD16 op2_mant, in ixheaacd_fix_mant_div() function
|
D | ixheaacd_env_dec.c | 499 new_right_exp = ixheaacd_fix_mant_div(temp_left_mant, temp_right_plus1_mant, in ixheaacd_sbr_env_dequant_coup_fix() 527 new_right_exp = ixheaacd_fix_mant_div(0x4000, temp_right_plus1_mant, in ixheaacd_sbr_env_dequant_coup_fix()
|