Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_basic_funcs.c96 VOID ixheaacd_fix_mant_exp_sqrt(WORD16 *ptr_in_out, WORD16 *sqrt_table) { in ixheaacd_fix_mant_exp_sqrt() argument
99 WORD32 op_mant = *ptr_in_out; in ixheaacd_fix_mant_exp_sqrt()
100 WORD32 op_exp = *(ptr_in_out + 1); in ixheaacd_fix_mant_exp_sqrt()
121 *ptr_in_out++ = (WORD16)result_m; in ixheaacd_fix_mant_exp_sqrt()
122 *ptr_in_out = (WORD16)result_e; in ixheaacd_fix_mant_exp_sqrt()