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

Unified Diff: webrtc/modules/audio_coding/codecs/isac/fix/test/test_iSACfixfloat.c

Issue 1179093002: Reland "Upconvert various types to int.", isac portion. (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/isac/fix/test/test_iSACfixfloat.c
diff --git a/webrtc/modules/audio_coding/codecs/isac/fix/test/test_iSACfixfloat.c b/webrtc/modules/audio_coding/codecs/isac/fix/test/test_iSACfixfloat.c
index fae6d6aa0f9b9f406469615f87a0e67f7ddd7f9a..6dbdb7eff8b3c374dccc19d68bd2de4cef8436fb 100644
--- a/webrtc/modules/audio_coding/codecs/isac/fix/test/test_iSACfixfloat.c
+++ b/webrtc/modules/audio_coding/codecs/isac/fix/test/test_iSACfixfloat.c
@@ -88,8 +88,8 @@ int main(int argc, char* argv[]) {
int16_t CodingMode;
int16_t bottleneck;
- int16_t framesize = 30; /* ms */
- // int16_t framesize = 60; /* To invoke cisco complexity case at frame 2252 */
+ int framesize = 30; /* ms */
+ // int framesize = 60; /* To invoke cisco complexity case at frame 2252 */
int cur_framesmpls, err;
@@ -99,7 +99,7 @@ int main(int argc, char* argv[]) {
double length_file;
int16_t stream_len = 0;
- int16_t declen;
+ int declen;
int16_t shortdata[FRAMESAMPLES_10ms];
int16_t decoded[MAX_FRAMESAMPLES];

Powered by Google App Engine
This is Rietveld 408576698