| Index: webrtc/modules/audio_processing/ns/nsx_core_neon.c
|
| diff --git a/webrtc/modules/audio_processing/ns/nsx_core_neon.c b/webrtc/modules/audio_processing/ns/nsx_core_neon.c
|
| index 65788ae23011f1a2f1bee4a28cebbd5500c96518..4e58657b933f536382f8aa55ff6d1c48a8ab67f0 100644
|
| --- a/webrtc/modules/audio_processing/ns/nsx_core_neon.c
|
| +++ b/webrtc/modules/audio_processing/ns/nsx_core_neon.c
|
| @@ -68,7 +68,7 @@ static void UpdateNoiseEstimateNeon(NoiseSuppressionFixedC* inst, int offset) {
|
| int16_t 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);
|
|
|