Home
last modified time | relevance | path

Searched refs:pre_shift_val (Results 1 – 2 of 2) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_basic_funcs.c66 WORD32 pre_shift_val, post_shift_val; in ixheaacd_fix_mant_div() local
70 pre_shift_val = ixheaacd_norm32(op2_mant) - 16; in ixheaacd_fix_mant_div()
72 index = (op2_mant << pre_shift_val) >> (SHORT_BITS - 3 - 8); in ixheaacd_fix_mant_div()
93 return (pre_shift_val - post_shift_val); in ixheaacd_fix_mant_div()
98 WORD32 pre_shift_val; in ixheaacd_fix_mant_exp_sqrt() local
105 pre_shift_val = (ixheaacd_norm32((WORD16)op_mant) - 16); in ixheaacd_fix_mant_exp_sqrt()
106 op_exp = (op_exp - pre_shift_val); in ixheaacd_fix_mant_exp_sqrt()
107 index = (op_mant << pre_shift_val) >> (SHORT_BITS - 3 - 8); in ixheaacd_fix_mant_exp_sqrt()
Dixheaacd_env_calc.c1154 WORD32 pre_shift_val; in ixheaacd_enery_calc_per_subband_dec() local
1188 pre_shift_val = (ixheaacd_pnorm32(max_val) - max_shift_gap); in ixheaacd_enery_calc_per_subband_dec()
1191 shift = 16 - pre_shift_val; in ixheaacd_enery_calc_per_subband_dec()
1217 shift = (shift - (pre_shift_val << 1)); in ixheaacd_enery_calc_per_subband_dec()
1237 WORD32 pre_shift_val; in ixheaacd_enery_calc_persfb() local
1261 pre_shift_val = (*ixheaacd_ixheaacd_expsubbandsamples)( in ixheaacd_enery_calc_persfb()
1265 pre_shift_val = (pre_shift_val - SHIFT_BEFORE_SQUARE); in ixheaacd_enery_calc_persfb()
1270 WORD32 pre_shift1 = (16 - pre_shift_val); in ixheaacd_enery_calc_persfb()
1303 sum_e = (sum_e - (pre_shift_val << 1)); in ixheaacd_enery_calc_persfb()