Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_basic_funcs.c99 WORD32 op_exp = *(ptr_in_out + 1); in ixheaacd_fix_mant_exp_sqrt() local
105 op_exp = (op_exp - pre_shift_val); in ixheaacd_fix_mant_exp_sqrt()
109 if ((op_exp & 1) != 0) { in ixheaacd_fix_mant_exp_sqrt()
111 op_exp += 3; in ixheaacd_fix_mant_exp_sqrt()
113 result_e = (op_exp >> 1); in ixheaacd_fix_mant_exp_sqrt()