Commit e86e4759 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Merge branch '3gpp_issue_993_fix' into 'main'

Fix for 3GPP issue 993: Crash in decoder_tcx_noisefilling_fx in OMASA JBM

See merge request !758
parents 91832ce1 2cca86ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1867,7 +1867,7 @@ void TonalMDCTConceal_InsertNoise_ivas_fx(
                num = L_shr( num, 1 ); // Q31- exp -1
                exp = add( exp, 1 );
            }
            tmp = div_l( num, round_fx( den ) );
            tmp = div_l( num, extract_h( den ) );
            tmp = Sqrt16( tmp, &exp );

            FOR( i = 0; i < crossOverFreq; i++ )