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

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Vos <koen.vos@skype.net>2011-12-13 23:50:12 +0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2011-12-13 23:50:12 +0400
commitbbfc9c9ee5de680320aeae2f8bd981ebe7af6861 (patch)
tree0b1f05721de43ea51d17034e6383447f892dabf7 /silk/define.h
parentbf75c8ec4d0dded188bc7793de6da56c7ff0be1c (diff)
Improves the accuracy such that it matches a float decoder much better
Diffstat (limited to 'silk/define.h')
-rw-r--r--silk/define.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/silk/define.h b/silk/define.h
index fe2a659a..6730f142 100644
--- a/silk/define.h
+++ b/silk/define.h
@@ -129,7 +129,7 @@ extern "C"
#define QUANT_LEVEL_ADJUST_Q10 80
-/* Maximum numbers of iterations used to stabilize a LPC vector */
+/* Maximum numbers of iterations used to stabilize an LPC vector */
#define MAX_LPC_STABILIZE_ITERATIONS 30
#define MAX_PREDICTION_POWER_GAIN 1e4f
#define MAX_PREDICTION_POWER_GAIN_AFTER_RESET 1e2f