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-06-03 09:18:03 +0300
committerJean-Marc Valin <jmvalin@jmvalin.ca>2016-07-19 23:11:41 +0300
commit0a698d65226470b37a457a6b3758a486cefe53db (patch)
tree74c29b1b8bca1dfe0275bac486d40ea349e118a4 /silk/tables.h
parentf78e5080ab79567305bfc8755e4dad5678473f7b (diff)
merge back in the LTP gain safety limiter
Diffstat (limited to 'silk/tables.h')
-rw-r--r--silk/tables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/silk/tables.h b/silk/tables.h
index 7b84c8d2..8b0380ee 100644
--- a/silk/tables.h
+++ b/silk/tables.h
@@ -77,6 +77,7 @@ extern const opus_uint8 silk_LTP_per_index_iCDF[ 3 ];
extern const opus_uint8 * const silk_LTP_gain_iCDF_ptrs[ NB_LTP_CBKS ]; /* 3 */
extern const opus_uint8 * const silk_LTP_gain_BITS_Q5_ptrs[ NB_LTP_CBKS ]; /* 3 */
extern const opus_int8 * const silk_LTP_vq_ptrs_Q7[ NB_LTP_CBKS ]; /* 168 */
+extern const opus_uint8 * const silk_LTP_vq_gain_ptrs_Q7[NB_LTP_CBKS];
extern const opus_int8 silk_LTP_vq_sizes[ NB_LTP_CBKS ]; /* 3 */
extern const opus_uint8 silk_LTPscale_iCDF[ 3 ]; /* 4 */