summaryrefslogtreecommitdiff
path: root/silk/NLSF_encode.c
diff options
context:
space:
mode:
authorKoen Vos <koenvos@users.noreply.github.com>2016-02-21 13:16:46 +0800
committerJean-Marc Valin <jmvalin@jmvalin.ca>2016-07-17 15:05:54 -0400
commit2955f68b14a1a8b8fb2be4af170ed621b8f73c9d (patch)
tree284bcf69de6f91ec7f30183095a26ff5113221ec /silk/NLSF_encode.c
parent7c645606c4825aae7754275a598bbd129a8c6374 (diff)
downloadopus-2955f68b14a1a8b8fb2be4af170ed621b8f73c9d.tar.gz
NLSF decoding now uses tables for NLSF weights
Diffstat (limited to 'silk/NLSF_encode.c')
-rw-r--r--silk/NLSF_encode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/silk/NLSF_encode.c b/silk/NLSF_encode.c
index f03c3f1c..9bd48cbe 100644
--- a/silk/NLSF_encode.c
+++ b/silk/NLSF_encode.c
@@ -129,7 +129,7 @@ opus_int32 silk_NLSF_encode( /* O Returns
silk_memcpy( &NLSFIndices[ 1 ], &tempIndices2[ bestIndex * MAX_LPC_ORDER ], psNLSF_CB->order * sizeof( opus_int8 ) );
/* Decode */
- silk_NLSF_decode( pNLSF_Q15, NLSFIndices, psNLSF_CB );
+ silk_NLSF_decode( pNLSF_Q15, NLSFIndices, psNLSF_CB, -1 );
ret = RD_Q25[ 0 ];
RESTORE_STACK;