summaryrefslogtreecommitdiff
path: root/silk
diff options
context:
space:
mode:
authorLinfeng Zhang <linfengz@google.com>2016-08-11 13:21:58 -0700
committerFelicia Lim <flim@google.com>2017-01-23 09:13:31 -0800
commit864bc8c6062809b79fa02a26ce84bf5394fb7d84 (patch)
tree7fc9234fd23de060475dad4ef305d220d13d40b3 /silk
parentaef475641ace5deebbb49ab4054038abb35cf2af (diff)
downloadopus-864bc8c6062809b79fa02a26ce84bf5394fb7d84.tar.gz
Update NSQ_LPC_BUF_LENGTH macro
NSQ_LPC_BUF_LENGTH is independent of DECISION_DELAY. Signed-off-by: Felicia Lim <flim@google.com>
Diffstat (limited to 'silk')
-rw-r--r--silk/define.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/silk/define.h b/silk/define.h
index 781cfdcc..1286048e 100644
--- a/silk/define.h
+++ b/silk/define.h
@@ -173,11 +173,7 @@ extern "C"
#define MAX_MATRIX_SIZE MAX_LPC_ORDER /* Max of LPC Order and LTP order */
-#if( MAX_LPC_ORDER > DECISION_DELAY )
# define NSQ_LPC_BUF_LENGTH MAX_LPC_ORDER
-#else
-# define NSQ_LPC_BUF_LENGTH DECISION_DELAY
-#endif
/***************************/
/* Voice activity detector */