Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_basic_funcs.c98 WORD32 op_mant = *ptr_in_out; in ixheaacd_fix_mant_exp_sqrt() local
103 if (op_mant > 0) { in ixheaacd_fix_mant_exp_sqrt()
104 pre_shift_val = (ixheaacd_norm32((WORD16)op_mant) - 16); in ixheaacd_fix_mant_exp_sqrt()
106 index = (op_mant << pre_shift_val) >> (SHORT_BITS - 3 - 8); in ixheaacd_fix_mant_exp_sqrt()