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

@ -49,7 +49,7 @@ void silk_decode_parameters(
/****************/
/* Decode NLSFs */
/****************/
silk_NLSF_decode( pNLSF_Q15, psDec->indices.NLSFIndices, psDec->psNLSF_CB );
silk_NLSF_decode( pNLSF_Q15, psDec->indices.NLSFIndices, psDec->psNLSF_CB, -1 );
/* Convert NLSF parameters to AR prediction filter coefficients */
silk_NLSF2A( psDecCtrl->PredCoef_Q12[ 1 ], pNLSF_Q15, psDec->LPC_order );