Home
last modified time | relevance | path

Searched refs:op1_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
42 op1_mant = op1_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
76 post_shift_val = ixheaacd_norm32(op1_mant) - 16; in ixheaacd_fix_mant_div()
78 *ptr_result_mant = (op1_mant << post_shift_val); in ixheaacd_fix_mant_div()
86 ratio_m = ixheaacd_mult16x16in32(one_by_op2_mant, op1_mant); in ixheaacd_fix_mant_div()