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

Merge branch '683-saturation-possible-for-32kbps-stereo-plc' into 'main'

Resolve "Saturation possible for 32kbps stereo PLC"

Closes #683

See merge request !145
parents a32efa22 60c68934
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1661,7 +1661,7 @@ void TonalMDCTConceal_InsertNoise_ivas_fx(
                    nrgNoiseInLastFrame = L_shr( nrgNoiseInLastFrame, 1 );
                    exp = add( exp, 1 );
                }
                tmp = div_l( nrgNoiseInLastFrame, round_fx( nrgWhiteNoise ) );
                tmp = div_l( nrgNoiseInLastFrame, extract_h( nrgWhiteNoise ) );
                tmp = Sqrt16( tmp, &exp );
                g = mult_r( g, tmp );