ref: 227ad2f82d77a91f9965096c3b063fec5dec7db2
parent: 4c2787a45c7984922b40bc54b0a58da2ccb830f1
author: Jean-Marc Valin <[email protected]>
date: Mon Mar 3 05:07:19 EST 2008
cwrs32-test should be 16-bit clean now.
--- a/tests/cwrs32-test.c
+++ b/tests/cwrs32-test.c
@@ -13,9 +13,9 @@
for(n=0;n<=NMAX;n++){
int m;
for(m=0;m<=MMAX;m++){
- unsigned inc;
- unsigned nc;
- unsigned i;
+ celt_uint32_t inc;
+ celt_uint32_t nc;
+ celt_uint32_t i;
nc=ncwrs(n,m);
inc = nc/10000;
if (inc<1)