Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_env_dec.c480 WORD16 temp_left_exp, temp_right_exp, temp_rightplus1_exp, new_left_exp, in ixheaacd_sbr_env_dequant_coup_fix() local
488 temp_right_exp = (WORD16)(*r_data & MASK_FOR_EXP); in ixheaacd_sbr_env_dequant_coup_fix()
490 temp_right_exp = sub16_m(temp_right_exp, add16_m(18, NRG_EXP_OFFSET)); 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()
506 new_left_exp = add16_m(temp_right_exp, new_right_exp); in ixheaacd_sbr_env_dequant_coup_fix()
522 temp_right_exp = sub16_m(*r_data, 12); in ixheaacd_sbr_env_dequant_coup_fix()
524 ixheaacd_fix_mant_exp_add(0x4000, ixheaacd_add16(1, temp_right_exp), 0x4000, in ixheaacd_sbr_env_dequant_coup_fix()
533 new_left_exp = add16_m(new_right_exp, temp_right_exp); in ixheaacd_sbr_env_dequant_coup_fix()