Commit 4f585c2c authored by Anjaneyulu Sana's avatar Anjaneyulu Sana
Browse files

Fix for 3GPP issue 1020: ParamISM: Binaural: HF click

parent 7f488e0a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6183,7 +6183,7 @@ void ivas_swb_tbe_dec_fx(
    {
        Lmax = L_max( Lmax, L_abs( bwe_exc_extended_fx[cnt] ) );
    }
    Q_bwe_exc = norm_l( Lmax );
    Q_bwe_exc = sub( norm_l( Lmax ), 1 );
    if ( Lmax == 0 )
    {
        Q_bwe_exc = 31;