Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_basic_funcs.c100 WORD32 op_exp = *(ptr_in_out + 1); in ixheaacd_fix_mant_exp_sqrt() local
106 op_exp = (op_exp - pre_shift_val); in ixheaacd_fix_mant_exp_sqrt()
110 if ((op_exp & 1) != 0) { in ixheaacd_fix_mant_exp_sqrt()
112 op_exp += 3; in ixheaacd_fix_mant_exp_sqrt()
114 result_e = (op_exp >> 1); in ixheaacd_fix_mant_exp_sqrt()