Commit 60c32c69 authored by Manuel Jander's avatar Manuel Jander
Browse files

Merge remote-tracking branch 'origin/main' into...

Merge remote-tracking branch 'origin/main' into 1010-complexity-high-complexity-overhead-for-parammc-decoding
parents 6894dd5e 0ca1f14f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -351,7 +351,7 @@ void bass_psfilter_fx(
            }
            exp2 = sub( exp, exp2 ); /* exponent num - exponent denom */
            /* gain = corr / ener */
            gain = div_s( round_fx( L_shl( Ltmp, exp ) ), tmp2 );
            gain = div_s( round_fx_sat( L_shl( Ltmp, exp ) ), tmp2 );
            if ( Lcorr < 0 )
            {
                gain = sub( 0, gain );