Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_basic_funcs.c36 VOID ixheaacd_fix_mant_exp_add(WORD16 op1_mant, WORD16 op1_exp, WORD16 op2_mant, in ixheaacd_fix_mant_exp_add() argument
46 op2_mant = op2_mant >> new_exp; in ixheaacd_fix_mant_exp_add()
50 new_mant = op1_mant + op2_mant; in ixheaacd_fix_mant_exp_add()
61 WORD32 ixheaacd_fix_mant_div(WORD16 op1_mant, WORD16 op2_mant, in ixheaacd_fix_mant_div() argument
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()