Skip to content

Crash in icBWE for hi-level content

Version 690c1ed4 crashes with this bitstream

ltv_STEREO_p9dB_32k_-stereo_32000_32.zip

in the file ivas_stereo_icBWE_dec.c around Ln920


            FOR( j = 0; j < L_FRAME16k / nbSubFr; j++ )
            {
                // common Q for addition
                L_nlExc16k = L_deposit_l( hStereoICBWE->nlExc16k_fx[k] );                                                 // prev_q_bwe_exc - 16
                L_mixExc16k = L_deposit_l( hStereoICBWE->mixExc16k_fx[k] );                                               // Q_exc
-->>            L_nlExc16k = L_shl( L_nlExc16k, 18 - ( st->prev_Q_bwe_exc - 16 ) );                                       // Q18
                L_mixExc16k = L_shl( L_mixExc16k, 18 - st->Q_exc );                                                       // Q18

Command line : IVAS_dec STEREO 32 bit syn

Edited by vaillancour