shithub: opus

Download patch

ref: 7ff2cbc1bdbe295f3f8979c5bc12a722a8e52be4
parent: 37942649cc889816d53e54fd98f4bebc279efd63
author: Jean-Marc Valin <[email protected]>
date: Sun Mar 2 16:25:22 EST 2008

oops, fixed the Laplace testcase

--- a/tests/laplace-test.c
+++ b/tests/laplace-test.c
@@ -20,7 +20,7 @@
    val[0] = 3; decay[0] = 6000;
    val[1] = 0; decay[1] = 5800;
    val[2] = -1; decay[2] = 5600;
-   for (i=0;i<10000;i++)
+   for (i=3;i<10000;i++)
    {
       val[i] = rand()%15-7;
       decay[i] = rand()%11000+5000;