NLSF decoding now uses tables for NLSF weights

This commit is contained in:
Koen Vos 2016-02-21 13:16:46 +08:00 committed by Jean-Marc Valin
parent 7c645606c4
commit 2955f68b14
8 changed files with 109 additions and 21 deletions

View file

@ -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;