diff --git a/lib_dec/tonalMDCTconcealment_fx.c b/lib_dec/tonalMDCTconcealment_fx.c index c5fcf41492de199e2cf066d19cae4ce0e4638965..373b8310880a2e7a7e4649a93dd2a4c533609083 100644 --- a/lib_dec/tonalMDCTconcealment_fx.c +++ b/lib_dec/tonalMDCTconcealment_fx.c @@ -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 );