From d869aa8e3743e4ff17d35ca3eefeaf76458f4325 Mon Sep 17 00:00:00 2001 From: Fabian Bauer Date: Tue, 26 Aug 2025 14:49:21 +0200 Subject: [PATCH 1/2] clear #undef ISSUE_1836_replace_overflow_libcom and check results --- lib_com/swb_tbe_com_fx.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib_com/swb_tbe_com_fx.c b/lib_com/swb_tbe_com_fx.c index 29fb7dfc4..63cafff20 100755 --- a/lib_com/swb_tbe_com_fx.c +++ b/lib_com/swb_tbe_com_fx.c @@ -6998,9 +6998,6 @@ void synthesise_fb_high_band_fx( * * * Estimate mix factors for SHB excitation generation * *-------------------------------------------------------------------*/ -#ifdef ISSUE_1836_replace_overflow_libcom -#undef ISSUE_1836_replace_overflow_libcom -#endif void Estimate_mix_factors_fx( const Word16 *shb_res, /* i : SHB LP residual in Q = Q_shb */ const Word16 Q_shb, -- GitLab From d04d3f940f852c39abe008e10944563dae20b057 Mon Sep 17 00:00:00 2001 From: Fabian Bauer Date: Tue, 26 Aug 2025 15:03:37 +0200 Subject: [PATCH 2/2] trigger --- lib_com/options.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib_com/options.h b/lib_com/options.h index 1f13605df..7fcab97d0 100644 --- a/lib_com/options.h +++ b/lib_com/options.h @@ -73,10 +73,10 @@ /* Note: each compile switch (FIX_1101_...) is independent from the other ones */ -#define ISSUE_1796_replace_shl_o /* FhG: replace shl_ro by overflow-free alternatives - BE*/ -#define ISSUE_1836_replace_overflow_libcom /* FhG: replace overflow operators by non-overflow-alternatives in lib_com - BE */ -#define ISSUE_1836_replace_overflow_libcom__remnant /* FhG: replace remaining overflow operators by non-overflow-alternatives in lib_com - BE */ -#define ISSUE_1866_replace_overflow_libdec /* FhG: BE - Replace BASOPoverflow operators all over the lib_dec module if Overflow result is not used */ +#define ISSUE_1796_replace_shl_o /* FhG: replace shl_ro by overflow-free alternatives - BE */ +#define ISSUE_1836_replace_overflow_libcom /* FhG: replace overflow operators by non-overflow-alternatives in lib_com - BE */ +#define ISSUE_1836_replace_overflow_libcom__remnant /* FhG: replace remaining overflow operators by non-overflow-alternatives in lib_com - BE */ +#define ISSUE_1866_replace_overflow_libdec /* FhG: BE - Replace BASOPoverflow operators all over the lib_dec module if Overflow result is not used */ #define FIX_1917_DIRAC_RENDER_PTR_INCR /* FhG: fix wrong pointer increment in ivas_dirac_dec_render_sf_fx() for object rendering */ #define FIX_CDLFB_BUFFER_SCALING /* FhG: fix wrong buffer scaling in ivas_dirac_dec_render_sf_fx() for object rendering */ -- GitLab