Encoder crash for Stereo at 32kbps in PostShortTerm_ivas_enc_fx()
# Basic info <!--- Add commit SHA used to reproduce --> - Float reference: - Encoder (float): - Decoder (float): - Fixed point: - Encoder (fixed): 3d9faa50d5fce8c82a74df8924965484228a8010 - Decoder (fixed): # Bug description The fixed point encoder crashes with an assert: ``` Assertion failed: (0), function saturate, file basop32.c, line 510. ``` ![grafik](/uploads/7653d72107f14dfd44b73fcb78b9149b/grafik.png) ![grafik](/uploads/8e0e0965b320c8868816af973b511f45/grafik.png) ![grafik](/uploads/35656bca494a7d635fce6c940b49596f/grafik.png) # Ways to reproduce Box folder: ...\Box_EXTERNAL_IVAS_BASOP_VERIFICATION\issues\issue-1155 <!-- Commandline or script --> ```bash ./IVAS_cod_fx -q -stereo -max_band SWB 32000 32 stereo-noisy_speech-p800-2-cat1-lab_d-20ms_aligned_files_concatenated_32.wav bit ``` If `-dtx` is added to the commandline above, the other assertion is hit in `saturate()`. <!--- 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