Searched refs:temp_right_plus1_mant (Results 1 – 1 of 1) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_env_dec.c | 478 WORD16 temp_left_mant, temp_right_mant, temp_right_plus1_mant, new_left_mant, in ixheaacd_sbr_env_dequant_coup_fix() local 497 &temp_right_plus1_mant, &temp_rightplus1_exp); in ixheaacd_sbr_env_dequant_coup_fix() 499 new_right_exp = ixheaacd_fix_mant_div(temp_left_mant, temp_right_plus1_mant, in ixheaacd_sbr_env_dequant_coup_fix() 525 1, &temp_right_plus1_mant, &temp_rightplus1_exp); in ixheaacd_sbr_env_dequant_coup_fix() 527 new_right_exp = ixheaacd_fix_mant_div(0x4000, temp_right_plus1_mant, in ixheaacd_sbr_env_dequant_coup_fix()
|