#define FIX_2396_CONSTANT_STRIDE_IN_TC_BUFFER /* FhG/VA: basop issue 2396: keep TC channel pointers in one constant place during decoding and rendering */
#define FIX_2408_FD_BWE_UPDATE /* VA: basop issue 2408: bug-fix in the FD BWE memory updates in wb_pre_proc_ivas_fx() */
/* ##################### End NON-BE switches ########################### */
set32_fx(output_fx32,0,st->L_frame);/* output and synth are not used in DFT domain CNG generation and the decoder output is unaffected if they are left uninitalized */
#else
set16_fx(output_fx,0,output_frame);/* output and synth are not used in DFT domain CNG generation and the decoder output is unaffected if they are left uninitalized */
#endif
set16_fx(synth_fx16,0,output_frame);/* They are however read in a few places which causes errors in the valgrind tests. Simplest solution from a code perspective was to set them to zero. */