Encoder crash for Stereo at 48/64kbps DTX on/off in kernel_switch_trafo_fx()
# Basic info <!--- Add commit SHA used to reproduce --> - Float reference: - Encoder (float): - Decoder (float): - Fixed point: - Encoder (fixed): 909f10c34d1ccab42ecc9aa598ee06671cc101fd - Decoder (fixed): # Bug description The fixed point encoder crashes with an assert: ``` Frames processed: 1535 Assertion failed: (0), function L_add, file basop32.c, line 1784. ``` ![grafik](/uploads/7d22e32192306b7508f0174f57a113e3/grafik.png) ![grafik](/uploads/bf2a357516b9690db73ecca8269037dc/grafik.png) ![grafik](/uploads/38d6268e3c6c6994cadd8f1948ffdf8b/grafik.png) # Ways to reproduce Box folder: ...\Box_EXTERNAL_IVAS_BASOP_VERIFICATION\issues\issue-1157 <!-- Commandline or script --> ```bash ./IVAS_cod_fx -stereo -max_band FB 48000 48 stereo-noisy_speech-p800-2-cat4-lab_b-20ms_aligned_files_concatenated_48.10dB.wav bit ./IVAS_cod_fx -stereo -max_band FB 64000 48 stereo-noisy_speech-p800-2-cat4-lab_b-20ms_aligned_files_concatenated_48.10dB.wav bit ./IVAS_cod_fx -dtx -stereo -max_band FB 48000 48 stereo-noisy_speech-p800-2-cat4-lab_b-20ms_aligned_files_concatenated_48.10dB.wav bit ./IVAS_cod_fx -dtx -stereo -max_band FB 64000 48 stereo-noisy_speech-p800-2-cat4-lab_b-20ms_aligned_files_concatenated_48.10dB.wav bit ``` <!--- Below are labels that will be added but are not shown in description. This is a template to help fill them. Add further information to the first row and remove and add labels as necessary. -->
issue