Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_basic_funcs.c37 WORD16 op2_exp, WORD16 *ptr_result_mant, in ixheaacd_fix_mant_exp_add() argument
57 *ptr_result_mant = new_mant; in ixheaacd_fix_mant_exp_add()
62 WORD16 *ptr_result_mant, in ixheaacd_fix_mant_div() argument
79 *ptr_result_mant = (op1_mant << post_shift_val); in ixheaacd_fix_mant_div()
91 *ptr_result_mant = (WORD16)((ratio_m << post_shift_val) >> 15); in ixheaacd_fix_mant_div()