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

Unified Diff: celt/tests/test_unit_cwrs32.c

Issue 882843002: Update to opus-HEAD-66611f1. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/opus.git@master
Patch Set: Add the contents of Makefile.mips back. Created 5 years, 11 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
« no previous file with comments | « celt/static_modes_float.h ('k') | celt/tests/test_unit_dft.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: celt/tests/test_unit_cwrs32.c
diff --git a/celt/tests/test_unit_cwrs32.c b/celt/tests/test_unit_cwrs32.c
index ac2a8d129c95d305b804dabb51246a76a14c0235..36dd8af5f5c4469217c9440fffd4668415ee9acb 100644
--- a/celt/tests/test_unit_cwrs32.c
+++ b/celt/tests/test_unit_cwrs32.c
@@ -127,7 +127,7 @@ int main(void){
cwrsi(n,k,i,y);
#endif
sy=0;
- for(j=0;j<n;j++)sy+=ABS(y[j]);
+ for(j=0;j<n;j++)sy+=abs(y[j]);
if(sy!=k){
fprintf(stderr,"N=%d Pulse count mismatch in cwrsi (%d!=%d).\n",
n,sy,k);
« no previous file with comments | « celt/static_modes_float.h ('k') | celt/tests/test_unit_dft.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698