set_f(output,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 */
set_f(synth,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. */
int16_tnSamples=NS2SA(st->L_frame*FRAMES_PER_SEC,FRAME_SIZE_NS/*DELAY_CLDFB_NS*/);/* IVAS-64: optimization is likely possible here (don't resample the whole frame) */
/* analysis of the synthesis at internal sampling rate - needed for DFT stereo -> TD stereo switching */