Home
last modified time | relevance | path

Searched refs:temp_left_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
492 temp_left_exp = (WORD16)(*l_data & MASK_FOR_EXP); in ixheaacd_sbr_env_dequant_coup_fix()
494 temp_left_exp = sub16_m(temp_left_exp, NRG_EXP_OFFSET); in ixheaacd_sbr_env_dequant_coup_fix()
502 new_right_exp += temp_left_exp - temp_rightplus1_exp + 2; in ixheaacd_sbr_env_dequant_coup_fix()
520 temp_left_exp = in ixheaacd_sbr_env_dequant_coup_fix()
530 new_right_exp += temp_left_exp - temp_rightplus1_exp + 2; in ixheaacd_sbr_env_dequant_coup_fix()