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

Unified Diff: webrtc/modules/audio_coding/codecs/ilbc/abs_quant_loop.h

Issue 1230503003: Update a ton of audio code to use size_t more correctly and in general reduce (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Resync Created 5 years, 4 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
Index: webrtc/modules/audio_coding/codecs/ilbc/abs_quant_loop.h
diff --git a/webrtc/modules/audio_coding/codecs/ilbc/abs_quant_loop.h b/webrtc/modules/audio_coding/codecs/ilbc/abs_quant_loop.h
index 50c6ffeb5911f8de886fde35064de6d9eaeceb97..c8bf67575ff4cbf981492ad43a74a8db690450ec 100644
--- a/webrtc/modules/audio_coding/codecs/ilbc/abs_quant_loop.h
+++ b/webrtc/modules/audio_coding/codecs/ilbc/abs_quant_loop.h
@@ -27,7 +27,7 @@
*---------------------------------------------------------------*/
void WebRtcIlbcfix_AbsQuantLoop(int16_t *syntOutIN, int16_t *in_weightedIN,
- int16_t *weightDenumIN, int16_t *quantLenIN,
+ int16_t *weightDenumIN, size_t *quantLenIN,
int16_t *idxVecIN);
#endif
« no previous file with comments | « webrtc/modules/audio_coding/codecs/ilbc/abs_quant.c ('k') | webrtc/modules/audio_coding/codecs/ilbc/abs_quant_loop.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698