Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_basic_funcs.c35 VOID ixheaacd_fix_mant_exp_add(WORD16 op1_mant, WORD16 op1_exp, WORD16 op2_mant, in ixheaacd_fix_mant_exp_add() argument
45 op2_mant = op2_mant >> new_exp; in ixheaacd_fix_mant_exp_add()
49 new_mant = op1_mant + op2_mant; in ixheaacd_fix_mant_exp_add()
60 WORD32 ixheaacd_fix_mant_div(WORD16 op1_mant, WORD16 op2_mant, in ixheaacd_fix_mant_div() argument
69 pre_shift_val = ixheaacd_norm32(op2_mant) - 16; in ixheaacd_fix_mant_div()
71 index = (op2_mant << pre_shift_val) >> (SHORT_BITS - 3 - 8); in ixheaacd_fix_mant_div()