mirror of
https://github.com/xiph/opus.git
synced 2025-06-02 08:37:43 +00:00
NLSF decoding now uses tables for NLSF weights
This commit is contained in:
parent
7c645606c4
commit
2955f68b14
8 changed files with 109 additions and 21 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue