| Index: webrtc/modules/audio_processing/ns/nsx_core.c
|
| diff --git a/webrtc/modules/audio_processing/ns/nsx_core.c b/webrtc/modules/audio_processing/ns/nsx_core.c
|
| index ed6125aa78345226de218fb02abc55b79982f827..ad846d0cb566b8f302b64599f570d824d6ca39fe 100644
|
| --- a/webrtc/modules/audio_processing/ns/nsx_core.c
|
| +++ b/webrtc/modules/audio_processing/ns/nsx_core.c
|
| @@ -310,7 +310,7 @@ static void UpdateNoiseEstimate(NoiseSuppressionFixedC* inst, int offset) {
|
|
|
| tmp16 = WebRtcSpl_MaxValueW16(inst->noiseEstLogQuantile + offset,
|
| inst->magnLen);
|
| - // Guarantee a Q-domain as high as possible and still fit in int16
|
| + // Guarantee a Q-domain as high as possible and still fit in int16_t
|
| inst->qNoise = 14 - (int) WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(
|
| kExp2Const, tmp16, 21);
|
| for (i = 0; i < inst->magnLen; i++) {
|
|
|