Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1643)

Unified Diff: webrtc/modules/audio_processing/ns/nsx_core_neon.c

Issue 1227213002: Update audio code to use size_t more correctly, webrtc/modules/audio_processing/ (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Resync Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/modules/audio_processing/ns/nsx_core_mips.c ('k') | webrtc/modules/audio_processing/rms_level.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9675d11c176fbd6091109b6efccb662a5660412d..65788ae23011f1a2f1bee4a28cebbd5500c96518 100644
--- a/webrtc/modules/audio_processing/ns/nsx_core_neon.c
+++ b/webrtc/modules/audio_processing/ns/nsx_core_neon.c
@@ -141,7 +141,7 @@ void WebRtcNsx_NoiseEstimationNeon(NoiseSuppressionFixedC* inst,
const int16_t log2_const = 22713;
const int16_t width_factor = 21845;
- int i, s, offset;
+ size_t i, s, offset;
tabind = inst->stages - inst->normData;
assert(tabind < 9);
« no previous file with comments | « webrtc/modules/audio_processing/ns/nsx_core_mips.c ('k') | webrtc/modules/audio_processing/rms_level.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698