BASOP asserts in stereo fx encoder for selection test inputs
# Basic info - Encoder: 45f784459a296afe544498f1e9b53eb6049beea9 --- ``` ./IVAS_cod_fx -stereo -max_band FB 13200 48 am1aa1s08_48.wav bit ``` and ``` ./IVAS_cod_fx -dtx -stereo -max_band FB 48000 48 stereo-noisy_speech-p800-1-cat1-lab_a-20ms_aligned_files_concatenated_48.10dB.wav bit ``` and ``` for bitrate in 48000 64000 ./IVAS_cod_fx -q -dtx -stereo -max_band FB $bitrate 48 stereo-noisy_speech-p800-1-cat1-lab_d-20ms_aligned_files_concatenated_48.-10dB.wav bit end ``` results in ``` Assertion failed: (0), function L_add, file basop32.c, line 1786. ``` --- ```fish for bitrate in 13200 16400 24400 32000 48000 64000 ./IVAS_cod_fx -stereo -max_band FB $bitrate 48 stereo-noisy_speech-p800-2-cat2-lab_d-20ms_aligned_files_concatenated_48.wav bit end ``` results in ``` Assertion failed: (0), function L_shl, file basop32.c, line 2582. ```
issue