Decoder crash for stereo at 32kbps JBM processing decoding to mono/stereo at all fs
# Basic info <!--- Add commit SHA used to reproduce --> - Float reference: - Encoder (float): dd0cceede1515e223b0e70cb3bf84389289bb396 - Fixed point: - Decoder (fixed): 6835cac606d32cdb27f1fa671dcbb0946c2b5dda # Bug description The fixed point decoder crashes with an assert: ``` Frames processed: 1022 Assertion failed: (0), function L_shl, file basop32.c, line 2332. ``` ![grafik](/uploads/65ff32f8d7c9bdb5d1da357ed1346e69/grafik.png){width=335 height=226} # Ways to reproduce Decode the attached bitstream: [bit_sim.zip](/uploads/403e5fa3ce043f5eee13ef792e125e0a/bit_sim.zip) <!-- Commandline or script --> ```bash ./IVAS_cod_flt_ref -stereo 32000 48 stereo.wav bit networkSimulator_g192 ../ivas-codec/scripts/dly_error_profiles/dly_error_profile_11.dat bit bit_sim trace 1 0 ./IVAS_dec_fx -voip stereo 32 bit_sim /dev/null # occurs also for 16, 48 or mono ``` <!--- 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