Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Vos <koen.vos@skype.net>2012-01-31 10:51:22 +0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2012-01-31 10:51:22 +0400
commit54518c879a6541eab749bc19628f1795daaad1e3 (patch)
tree3c2d0d08b9314dcb2d316e2ec4e477a6784b970b /silk/main.h
parenta26b2be2f922502b821e81e2cb084393f1ccf405 (diff)
Last part of the LPC work stabilization work discussed at the last meeting
Also adds the encoder part of commit ee8adbe701 as well as a few minor cleanups.
Diffstat (limited to 'silk/main.h')
-rw-r--r--silk/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/silk/main.h b/silk/main.h
index 8397384b..dd34c8a4 100644
--- a/silk/main.h
+++ b/silk/main.h
@@ -331,7 +331,7 @@ opus_int32 silk_NLSF_del_dec_quant( /* O Returns
/* Unpack predictor values and indices for entropy coding tables */
void silk_NLSF_unpack(
- opus_int16 ec_ix[], /* O Indices to entropy tales [ LPC_ORDER ] */
+ opus_int16 ec_ix[], /* O Indices to entropy tables [ LPC_ORDER ] */
opus_uint8 pred_Q8[], /* O LSF predictor [ LPC_ORDER ] */
const silk_NLSF_CB_struct *psNLSF_CB, /* I Codebook object */
const opus_int CB1_index /* I Index of vector in first LSF codebook */