Commit 7a62843e authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Merge branch '3gpp_issue_788_fix' into 'main'

Fix for issue 788: Distortion between 10k to 20k in fixed point OSBA Mono output

See merge request !388
parents 033b2845 6c64bda3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -274,7 +274,7 @@ void stereo_mdct_core_dec_fx(
            FOR( ch = 0; ch < nChannels; ch++ )
            {
                st = sts[ch];
                IF( !EQ_16( bfi, 0 ) || ( NE_16( bfi, 0 ) && NE_16( st->core, ACELP_CORE ) ) )
                IF( !bfi || ( bfi && NE_16( st->core, ACELP_CORE ) ) )
                {
                    FOR( k = 0; k < nSubframes[ch]; k++ )
                    {