From b4f71b9e70a9c21343cdb15d7b26dd91f7f0d708 Mon Sep 17 00:00:00 2001 From: "Azizi, Arash" Date: Tue, 9 Jun 2026 17:13:07 +0200 Subject: [PATCH] issue 2623: Changing comments without using a switch --- lib_enc/ivas_stereo_dmx_evs_fx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_enc/ivas_stereo_dmx_evs_fx.c b/lib_enc/ivas_stereo_dmx_evs_fx.c index e7d359059..63edd545b 100644 --- a/lib_enc/ivas_stereo_dmx_evs_fx.c +++ b/lib_enc/ivas_stereo_dmx_evs_fx.c @@ -1548,7 +1548,7 @@ static Word32 find_poc_peak_fx( tmp13_e = 0, tmp15_e = 0; tmp13 = BASOP_Util_Divide1616_Scale( abs_s( itd_cand[n] ), hPOC->shift_limit, &tmp13_e ); tmp14 = L_mult( 6554 /*0.2f Q15*/, tmp13 ); // tmp13_e - tmp15 = BASOP_Util_Add_Mant32Exp( 644245120 /*0.75f in Q31*/, 0, L_negate( tmp14 ), tmp13_e, &tmp15_e ); + tmp15 = BASOP_Util_Add_Mant32Exp( 644245120 /*0.3f in Q31*/, 0, L_negate( tmp14 ), tmp13_e, &tmp15_e ); tmp15 = Mpy_32_32( tmp15, peakQ_fx[n] ); // tmp15_e + peakQ_e[n] move16(); move16(); -- GitLab