Loading lib_com/trans_inv_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -531,7 +531,7 @@ void preecho_sb_fx( tmp_fx1 = norm_l( es_mdct_fx[i] ); tmp_fxL1 = L_shl( es_mdct_fx[i], tmp_fx1 ); tmp_fxL2 = L_shl( mean_prev_fx_loc, tmp_fx1 ); tmp_fx1 = round_fx( tmp_fxL1 ); tmp_fx1 = round_fx_sat( tmp_fxL1 ); tmp_fx2 = round_fx( tmp_fxL2 ); tmp_fx3 = div_s( tmp_fx2, tmp_fx1 ); min_g_fx[i] = Frac_sqrt( tmp_fx3 ); Loading Loading
lib_com/trans_inv_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -531,7 +531,7 @@ void preecho_sb_fx( tmp_fx1 = norm_l( es_mdct_fx[i] ); tmp_fxL1 = L_shl( es_mdct_fx[i], tmp_fx1 ); tmp_fxL2 = L_shl( mean_prev_fx_loc, tmp_fx1 ); tmp_fx1 = round_fx( tmp_fxL1 ); tmp_fx1 = round_fx_sat( tmp_fxL1 ); tmp_fx2 = round_fx( tmp_fxL2 ); tmp_fx3 = div_s( tmp_fx2, tmp_fx1 ); min_g_fx[i] = Frac_sqrt( tmp_fx3 ); Loading