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:
authorKoen Vos <koen.vos@skype.net>2012-01-31 10:51:22 +0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2012-01-31 10:51:22 +0400
commit54518c879a6541eab749bc19628f1795daaad1e3 (patch)
tree3c2d0d08b9314dcb2d316e2ec4e477a6784b970b /silk/define.h
parenta26b2be2f922502b821e81e2cb084393f1ccf405 (diff)
Last part of the LPC work stabilization work discussed at the last meeting
Also adds the encoder part of commit ee8adbe701 as well as a few minor cleanups.
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 f398bf8b..3dc35959 100644
--- a/silk/define.h
+++ b/silk/define.h
@@ -130,7 +130,7 @@ extern "C"
#define QUANT_LEVEL_ADJUST_Q10 80
/* Maximum numbers of iterations used to stabilize an LPC vector */
-#define MAX_LPC_STABILIZE_ITERATIONS 15
+#define MAX_LPC_STABILIZE_ITERATIONS 16
#define MAX_PREDICTION_POWER_GAIN 1e4f
#define MAX_PREDICTION_POWER_GAIN_AFTER_RESET 1e2f