#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. */
#define NONBE_FIX_1337_MISSING_DIRECTIVITY_DISTATT_EXTREND /* Eri: issue 1337: Missing directivity setting and distance attenuation in external renderer IVAS_rend */
#define NONBE_1329_FIX_OSBA_CRASH /* FhG: issue 1329: prevent assert when bit budget is low*/
if(st->element_mode==EVS_MONO||(L_spec<L_frameTCX&&!whitenedDomain))/* todo: this is temporary to maintain EVS BE, this is a bug and should be fixed also for EVS (see issue 13) */
#else
if(st->element_mode==EVS_MONO||L_spec<L_frameTCX)/* todo: this is temporary to maintain EVS BE, this is a bug and should be fixed also for EVS (see issue 13) */