Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2017-02-15 03:06:10 +0300
committerJean-Marc Valin <jmvalin@jmvalin.ca>2017-02-15 03:24:37 +0300
commit68688651a4c3ed1fc4345c1bfb3932658e51f0b4 (patch)
tree39bf70a65e2a42a9e7f9aa06b761ab4f1f9b6b6d /.gitignore
parent4176a0c86e492bd8cf8e88e209ef5c9be3678c9f (diff)
Adding a unit test for LPC_inv_pred_gain()
It checks that no clearly unstable filter passes the LPC_inv_pred_gain() test. Also, this will make it possible to check assembly for correctness. Modified from an original patch from Linfeng Zhang <linfengz@google.com>.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 33127c9f..9bcd28da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -78,6 +78,7 @@ silk/fixed/x64
silk/float/Debug
silk/float/Release
silk/float/x64
+silk/tests/test_unit_LPC_inv_pred_gain
src/Debug
src/Release
src/x64