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 <koenvos@users.noreply.github.com>2016-02-21 08:16:46 +0300
committerJean-Marc Valin <jmvalin@jmvalin.ca>2016-07-17 22:05:54 +0300
commit2955f68b14a1a8b8fb2be4af170ed621b8f73c9d (patch)
tree284bcf69de6f91ec7f30183095a26ff5113221ec /silk/structs.h
parent7c645606c4825aae7754275a598bbd129a8c6374 (diff)
NLSF decoding now uses tables for NLSF weights
Diffstat (limited to 'silk/structs.h')
-rw-r--r--silk/structs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/silk/structs.h b/silk/structs.h
index 827829dc..1a410d0d 100644
--- a/silk/structs.h
+++ b/silk/structs.h
@@ -86,6 +86,7 @@ typedef struct {
const opus_int16 quantStepSize_Q16;
const opus_int16 invQuantStepSize_Q6;
const opus_uint8 *CB1_NLSF_Q8;
+ const opus_int16 *CB1_Wght_Q9;
const opus_uint8 *CB1_iCDF;
const opus_uint8 *pred_Q8;
const opus_uint8 *ec_sel;