Encoder crash for Stereo in TNSAnalysisStereo_fx()
# Basic info <!--- Add commit SHA used to reproduce --> - Encoder: e1432023 - Decoder: N/A # Bug description The fixed point encoder crashes with an assert: ``` Assertion failed: (0), function saturate, file basop32.c, line 507. ``` ![grafik](/uploads/80734ecf881cc9a06d13b106d42024ce/grafik.png) ![grafik](/uploads/e4b17c71e9c6743fd4f03b1b84eb70d1/grafik.png) ![grafik](/uploads/6836bb314d32dafcd2c51f6b1567bca7/grafik.png) # Ways to reproduce Input vector has been uploaded. The crash occurs at both 48kbps and 64kbps with `-max_band` WB, SWB and FB. Commandline and screenshots correspond to 48kbps FB. ``` ./IVAS_cod_fx -stereo -max_band FB 48000 48 dm1aa1s08_48.10dB.wav bit ```
issue