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

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

Issue 1168753002: Match existing type usage better. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Resync 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/state_construct.c
diff --git a/webrtc/modules/audio_coding/codecs/ilbc/state_construct.c b/webrtc/modules/audio_coding/codecs/ilbc/state_construct.c
index 80b3e1b732050889e3e762b55e5d7c644685846a..324b670c9bd25bf62dd1ffff563855a2a90cfbf3 100644
--- a/webrtc/modules/audio_coding/codecs/ilbc/state_construct.c
+++ b/webrtc/modules/audio_coding/codecs/ilbc/state_construct.c
@@ -100,7 +100,7 @@ void WebRtcIlbcfix_StateConstruct(
WebRtcSpl_MemSetW16(&sampleMa[len + LPC_FILTERORDER], 0, (len - LPC_FILTERORDER));
WebRtcSpl_FilterARFastQ12(
sampleMa, sampleAr,
- syntDenum, LPC_FILTERORDER+1, (int16_t)(2*len));
+ syntDenum, LPC_FILTERORDER+1, 2 * len);
tmp1 = &sampleAr[len-1];
tmp2 = &sampleAr[2*len-1];
« no previous file with comments | « webrtc/modules/audio_coding/codecs/ilbc/refiner.c ('k') | webrtc/modules/audio_coding/codecs/ilbc/state_search.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698