mirror of
https://github.com/xiph/opus.git
synced 2025-05-31 23:57:42 +00:00
Reformatting changes with an update to the MSVC project files
This commit is contained in:
parent
2d4f614091
commit
acc7a6c78b
151 changed files with 3736 additions and 4091 deletions
|
@ -61,9 +61,9 @@ static inline void silk_NLSF_residual_dequant( /* O Returns RD
|
|||
/* NLSF vector decoder */
|
||||
/***********************/
|
||||
void silk_NLSF_decode(
|
||||
opus_int16 *pNLSF_Q15, /* O Quantized NLSF vector [ LPC_ORDER ] */
|
||||
opus_int8 *NLSFIndices, /* I Codebook path vector [ LPC_ORDER + 1 ] */
|
||||
const silk_NLSF_CB_struct *psNLSF_CB /* I Codebook object */
|
||||
opus_int16 *pNLSF_Q15, /* O Quantized NLSF vector [ LPC_ORDER ] */
|
||||
opus_int8 *NLSFIndices, /* I Codebook path vector [ LPC_ORDER + 1 ] */
|
||||
const silk_NLSF_CB_struct *psNLSF_CB /* I Codebook object */
|
||||
)
|
||||
{
|
||||
opus_int i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue