mirror of
https://github.com/xiph/opus.git
synced 2025-05-25 20:59:13 +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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue