#define FIX_1129_EXT_REND_OUTPUT_HIGH /* Philips: issue 1129: External renderer BINAURAL_ROOM_REVERB format output level too high compared to internal rendering output */
#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_1097_SBA_DTX_BRATE_SWITCHING_ENC /* FhG: fix out-of-bound errors when switching from SID frame to active frame*/
#define NONBE_FIX_1052_SBA_EXT_FIX /* VA: SBA external output support fix - do not overwrite "output_config" parameter */
#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_FIX_1196_TD_HEADTRACKING_INTERPOLATION /* Ericsson: Issue 1196, Always apply filter interpolation for each subframe */
floatinv_spectrum_long[MCT_MAX_CHANNELS-CPE_CHANNELS][L_FRAME48k];/* quantized MDCT spectrum, inv ms mask mdst spectrum, scratch for MS spectra in the MS decision */
floatpowerSpecMsInv_long[MCT_MAX_CHANNELS-CPE_CHANNELS][L_FRAME48k];/* MS inv power spectrum, also inverse MDST spectrum */
#else
floatpowerSpec[MCT_MAX_CHANNELS][L_FRAME48k];
floatpowerSpecMsInv_long[MCT_MAX_CHANNELS][L_FRAME48k];/* MS inv power spectrum, also inverse MDST spectrum */
floatinv_spectrum_long[MCT_MAX_CHANNELS][L_FRAME48k];/* quantized MDCT spectrum, inv ms mask mdst spectrum, scratch for MS spectra in the MS decision */
#endif
int16_ttotal_side_bits;
int16_tchBitRatios[MCT_MAX_CHANNELS];
Encoder_State*sts[MCT_MAX_CHANNELS];
@@ -252,7 +242,6 @@ void ivas_mct_core_enc(
nCPE++;
}
#ifdef NONBE_FIX_1097_SBA_DTX_BRATE_SWITCHING_ENC
/* point first CPE channels to longer buffers where switching from ACELP to TCX may occur in SBA with DTX (total memory saving)*/