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

Unified Diff: webrtc/modules/audio_coding/codecs/ilbc/augmented_cb_corr.c

Issue 1179953003: Revert "Upconvert various types to int." (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Created 5 years, 6 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/augmented_cb_corr.c
diff --git a/webrtc/modules/audio_coding/codecs/ilbc/augmented_cb_corr.c b/webrtc/modules/audio_coding/codecs/ilbc/augmented_cb_corr.c
index c24b4a6ac0cb48c146e09501056bfea34e65aa66..d8f8c93a880bf4008993f5229afeb8a7d4e1827f 100644
--- a/webrtc/modules/audio_coding/codecs/ilbc/augmented_cb_corr.c
+++ b/webrtc/modules/audio_coding/codecs/ilbc/augmented_cb_corr.c
@@ -31,7 +31,7 @@ void WebRtcIlbcfix_AugmentedCbCorr(
int16_t low, /* (i) Lag to start from (typically
20) */
int16_t high, /* (i) Lag to end at (typically 39) */
- int scale) /* (i) Scale factor to use for
+ int16_t scale) /* (i) Scale factor to use for
the crossDot */
{
int lagcount;
« no previous file with comments | « webrtc/modules/audio_coding/codecs/ilbc/augmented_cb_corr.h ('k') | webrtc/modules/audio_coding/codecs/ilbc/cb_mem_energy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698