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

Unified Diff: webrtc/modules/audio_coding/codecs/ilbc/state_search.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_search.c
diff --git a/webrtc/modules/audio_coding/codecs/ilbc/state_search.c b/webrtc/modules/audio_coding/codecs/ilbc/state_search.c
index 5d85a84b28ac94b415200f386f7b896da5d5d6d2..b2214c786f5755d7f4c7d0812ee07bee2140e335 100644
--- a/webrtc/modules/audio_coding/codecs/ilbc/state_search.c
+++ b/webrtc/modules/audio_coding/codecs/ilbc/state_search.c
@@ -71,7 +71,7 @@ void WebRtcIlbcfix_StateSearch(
WebRtcSpl_FilterARFastQ12(
sampleMa, sampleAr,
- syntDenum, LPC_FILTERORDER+1, (int16_t)(2*iLBCenc_inst->state_short_len));
+ syntDenum, LPC_FILTERORDER+1, 2 * iLBCenc_inst->state_short_len);
for(k=0;k<iLBCenc_inst->state_short_len;k++){
sampleAr[k] += sampleAr[k+iLBCenc_inst->state_short_len];
« no previous file with comments | « webrtc/modules/audio_coding/codecs/ilbc/state_construct.c ('k') | webrtc/modules/audio_coding/codecs/ilbc/xcorr_coef.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698