#define NONBE_FIX_1176_OSBA_REVERB_JBM_ASAN_ERROR /* Ericsson: Issue 1176, fix in TDREND_firfilt for subframes shorter than the filter length */
#define NONBE_1131_ACELP_OOB /* VA: issue 1131: fix division-by-zero in acelp gain decoding caused by wrong length of buffer update when switching from HQ core to ACELP core */
#define NONBE_1240_FIX_CORE_SELECTION_ISM_SW /* VA: issue 1240: Remove the forcing of the TCX core in ISM when switching from a high bitarte to a low one */
/* do not allow TD stereo ACELP core -> DFT stereo TCX core switching as it is on the WC complexity path */
test();
test();
test();
test();
test();
test();
if(((st->last_core==ACELP_CORE&&EQ_16(last_element_mode,IVAS_CPE_TD)&&EQ_16(st->element_mode,IVAS_CPE_DFT))||(EQ_16(st->tdm_LRTD_flag,1)&&LE_32(st->total_brate,IVAS_16k4)))&&EQ_16(st->core,TCX_20_CORE)&&LE_32(st->total_brate,MAX_ACELP_BRATE))/* Override TCX in case of LRTD && primary channel has low bitrate*/