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.c65 WORD32 pre_shift_val, post_shift_val; in ixheaacd_fix_mant_div() local
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()
88 post_shift_val = ixheaacd_norm32(ratio_m) - 1; in ixheaacd_fix_mant_div()
90 *ptr_result_mant = (WORD16)((ratio_m << post_shift_val) >> 15); in ixheaacd_fix_mant_div()
92 return (pre_shift_val - post_shift_val); in ixheaacd_fix_mant_div()