Loading lib_dec/tonalMDCTconcealment_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 ); Loading Loading
lib_dec/tonalMDCTconcealment_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 ); Loading