Commit 4321031e authored by Fabian Bauer's avatar Fabian Bauer
Browse files

Merge branch '1072-complexity-high-complexity-overhead-for-osba-decoding' into 'main'

Resolve "Complexity: High complexity overhead for OSBA Decoding"

Closes #1072

See merge request !1179
parents 3f5eae1d c3f0ba21
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -970,7 +970,7 @@ void computeDiffuseness_fixed(

#ifdef FIX_1072_SPEEDUP_COMPUTEDIFUSENESS
        Word16 shift_q = sub( q_tmp, q_ene );
        Word32 shiftEquiv;
        Word32 shiftEquiv = L_add( 0, 0 );
        Word16 shift_qtotal;
        if ( shift_q < 0 )
        {