Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_env_dec.c478 WORD16 temp_left_mant, temp_right_mant, temp_right_plus1_mant, new_left_mant, in ixheaacd_sbr_env_dequant_coup_fix() local
487 temp_right_mant = (WORD16)(*r_data & MASK_M); in ixheaacd_sbr_env_dequant_coup_fix()
496 ixheaacd_fix_mant_exp_add(temp_right_mant, temp_right_exp, 0x4000, 1, in ixheaacd_sbr_env_dequant_coup_fix()
504 new_left_mant = ixheaacd_mult16_shl(temp_right_mant, new_right_mant); in ixheaacd_sbr_env_dequant_coup_fix()