Searched refs:temp_right_plus1_mant (Results 1 – 1 of 1) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_env_dec.c | 523 WORD16 temp_left_mant, temp_right_mant, temp_right_plus1_mant, new_left_mant, in ixheaacd_sbr_env_dequant_coup_fix() local 542 &temp_right_plus1_mant, &temp_rightplus1_exp); in ixheaacd_sbr_env_dequant_coup_fix() 544 new_right_exp = ixheaacd_fix_mant_div(temp_left_mant, temp_right_plus1_mant, in ixheaacd_sbr_env_dequant_coup_fix() 570 1, &temp_right_plus1_mant, &temp_rightplus1_exp); in ixheaacd_sbr_env_dequant_coup_fix() 572 new_right_exp = ixheaacd_fix_mant_div(0x4000, temp_right_plus1_mant, in ixheaacd_sbr_env_dequant_coup_fix()
|