/* 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*/
Word32inv_spectrum_long_fx[MCT_MAX_CHANNELS-CPE_CHANNELS][L_FRAME48k];/* quantized MDCT spectrum, inv ms mask mdst spectrum, scratch for MS spectra in the MS decision */
Word32powerSpecMsInv_long_fx[MCT_MAX_CHANNELS-CPE_CHANNELS][L_FRAME48k];/* MS inv power spectrum, also inverse MDST spectrum */
Word32inv_spectrum_long_fx[MCT_MAX_CHANNELS][L_FRAME48k];/* quantized MDCT spectrum, inv ms mask mdst spectrum, scratch for MS spectra in the MS decision */
IF((st_fx->last_bwidth==FB&&st_fx->element_mode==EVS_MONO)||(EQ_16(st_fx->bwidth,FB)&&st_fx->element_mode>EVS_MONO))// note: once EVS i CR fixed, the condition will simplify to "if ( st->bwidth == FB )" only
IF((st->last_bwidth==FB&&st->element_mode==EVS_MONO)||(EQ_16(st->bwidth,FB)&&st->element_mode>EVS_MONO))// note: once EVS i CR fixed, the condition will simplify to "if ( st->bwidth == FB )" only