/* #################### End BE switches ################################## */
@@ -171,6 +173,7 @@
#define NONBE_1244_FIX_SWB_BWE_MEMORY /* VA: issue 1244: fix to SWB BWE memory in case of switching from FB coding - pending a review by Huawei */
#define NONBE_FIX_1180_HQMDCT_PHECU_LT_MUTING /* Ericsson: issue 1180, corrected long term mute loop attnuation after 200ms in PhECU-PLC */
#define NONBE_1289_STEREO_SW_TO_MONO /* VA: issue 1289: Fix glitch when stereo signal is decoded to mono n TD->DFT switching */
#define NONBE_1122_JBM_FIX_PLAYOUT_DELAY_IN_DTX /* FhG: Avoid JBM ignoring safety margin and setting playout delay to 0 during DTX */
#define NONBE_1122_KEEP_EVS_MODE_UNCHANGED /* FhG: Disables fix for issue 1122 in EVS mode to keep BE tests green. This switch should be removed once the 1122 fix is added to EVS via a CR. */
if((st->element_mode==IVAS_CPE_MDCT||(st->is_ism_format&&st->core==TCX_20_CORE/* <- means TCX in general, TCX10 is forbidden after ACELP */))&&st->last_core_brate<=SID_2k40&&st->core_brate>SID_2k40)
#else
if((st->element_mode==IVAS_CPE_MDCT||(ivas_format==ISM_FORMAT&&st->core==TCX_20_CORE/* <- means TCX in general, TCX10 is forbidden after ACELP */))&&st->last_core_brate<=SID_2k40&&st->core_brate>SID_2k40)
#endif
{
/* smooth transitions to avoid pops in car noise items */
/* if we transition from inactive to active coding in MDCT-Stereo DTX and the output format is mono DMX, we need to sync the upsampled buffer between channels here */