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 <koenvos@users.noreply.github.com>2016-02-18 16:01:43 +0300
committerJean-Marc Valin <jmvalin@jmvalin.ca>2016-07-17 22:05:55 +0300
commit8c9d41867ef70be06e96c7843b9e45b08c0bc721 (patch)
tree7f81004663ddc28154dc07d62eccb9344a3db784 /silk/tuning_parameters.h
parent4f5557c3095a1d212161609ff638cdae67a9b303 (diff)
simplified computation of LTP coefs
Diffstat (limited to 'silk/tuning_parameters.h')
-rw-r--r--silk/tuning_parameters.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/silk/tuning_parameters.h b/silk/tuning_parameters.h
index 5b8f4042..366c6d29 100644
--- a/silk/tuning_parameters.h
+++ b/silk/tuning_parameters.h
@@ -54,17 +54,7 @@ extern "C"
#define FIND_LPC_COND_FAC 1e-5f
/* LTP analysis defines */
-#define FIND_LTP_COND_FAC 1e-5f
-#define LTP_DAMPING 0.05f
-#define LTP_SMOOTHING 0.1f
-
-/* LTP quantization settings */
-#define MU_LTP_QUANT_NB 0.03f
-#define MU_LTP_QUANT_MB 0.025f
-#define MU_LTP_QUANT_WB 0.02f
-
-/* Max cumulative LTP gain */
-#define MAX_SUM_LOG_GAIN_DB 250.0f
+#define LTP_CORR_INV_MAX 0.02f
/***********************/
/* High pass filtering */