Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_basic_funcs.c66 WORD32 pre_shift_val, post_shift_val; in ixheaacd_fix_mant_div() local
77 post_shift_val = ixheaacd_norm32(op1_mant) - 16; in ixheaacd_fix_mant_div()
79 *ptr_result_mant = (op1_mant << post_shift_val); in ixheaacd_fix_mant_div()
89 post_shift_val = ixheaacd_norm32(ratio_m) - 1; in ixheaacd_fix_mant_div()
91 *ptr_result_mant = (WORD16)((ratio_m << post_shift_val) >> 15); in ixheaacd_fix_mant_div()
93 return (pre_shift_val - post_shift_val); in ixheaacd_fix_mant_div()