Skip to content
Snippets Groups Projects
Unverified Commit 864bc8c6 authored by Linfeng Zhang's avatar Linfeng Zhang Committed by Felicia Lim
Browse files

Update NSQ_LPC_BUF_LENGTH macro


NSQ_LPC_BUF_LENGTH is independent of DECISION_DELAY.

Signed-off-by: default avatarFelicia Lim <flim@google.com>
parent aef47564
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment