aboutsummaryrefslogtreecommitdiff
path: root/silk/define.h
diff options
context:
space:
mode:
authorKoen Vos <koenvos@users.noreply.github.com>2016-02-21 14:27:11 +0800
committerJean-Marc Valin <jmvalin@jmvalin.ca>2016-07-17 15:05:54 -0400
commit8daa4d373948aadbd155f03b3dbc2ce658dfac12 (patch)
tree5dd5facce7a74a84a13e9f24453008de90e55f00 /silk/define.h
parenteb2c8f38e6ddaf238d07c090131c47c5f23eacfc (diff)
downloadlibopus-8daa4d373948aadbd155f03b3dbc2ce658dfac12.tar.gz
take advantage of more efficient NLSF quantization by reducing number of survivors in search
JMV: edited to be a little more conservative
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 19c9b00e..5abf0810 100644
--- a/silk/define.h
+++ b/silk/define.h
@@ -205,7 +205,7 @@ extern "C"
/******************/
#define NLSF_W_Q 2
#define NLSF_VQ_MAX_VECTORS 32
-#define NLSF_VQ_MAX_SURVIVORS 32
+#define NLSF_VQ_MAX_SURVIVORS 16
#define NLSF_QUANT_MAX_AMPLITUDE 4
#define NLSF_QUANT_MAX_AMPLITUDE_EXT 10
#define NLSF_QUANT_LEVEL_ADJ 0.1