Commit 6c64bda3 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

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

parent 23094e13
Loading
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++ )
                    {