Commit c006583d authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Fix for 3GPP issue 1013: Crash in ivas_hq_core_dec_fx() for MC 5.1 at 32kbps JBM 16kHz out

link #1013
parent 13adc669
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 );