From fa8fe6a3f368e1379485f9ea278cd1a11af8e315 Mon Sep 17 00:00:00 2001 From: Tapani Pihlajakuja Date: Thu, 11 Sep 2025 21:07:17 +0300 Subject: [PATCH] Potential bandaid fix for issue 2014 based on git bisect. --- lib_com/swb_tbe_com_fx.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib_com/swb_tbe_com_fx.c b/lib_com/swb_tbe_com_fx.c index 6f5d2a4f0..30950c1cd 100755 --- a/lib_com/swb_tbe_com_fx.c +++ b/lib_com/swb_tbe_com_fx.c @@ -7288,8 +7288,13 @@ void prep_tbe_exc_fx( } ELSE { - Word16 shift = 4; + Word16 shift = 8; move16(); + IF( element_mode == EVS_MONO ) + { + shift = 4; + move16(); + } IF( gain_preQ_fx != 0 ) { FOR( i = 0; i < L_subfr; i++ ) -- GitLab