summaryrefslogtreecommitdiff
path: root/silk/tables.h
diff options
context:
space:
mode:
authorKoen Vos <koenvos@users.noreply.github.com>2016-02-18 21:01:43 +0800
committerJean-Marc Valin <jmvalin@jmvalin.ca>2016-07-17 15:05:55 -0400
commit8c9d41867ef70be06e96c7843b9e45b08c0bc721 (patch)
tree7f81004663ddc28154dc07d62eccb9344a3db784 /silk/tables.h
parent4f5557c3095a1d212161609ff638cdae67a9b303 (diff)
downloadopus-8c9d41867ef70be06e96c7843b9e45b08c0bc721.tar.gz
simplified computation of LTP coefs
Diffstat (limited to 'silk/tables.h')
-rw-r--r--silk/tables.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/silk/tables.h b/silk/tables.h
index 7fea6fda..7b84c8d2 100644
--- a/silk/tables.h
+++ b/silk/tables.h
@@ -76,10 +76,7 @@ extern const opus_uint8 silk_NLSF_EXT_iCDF[ 7 ];
extern const opus_uint8 silk_LTP_per_index_iCDF[ 3 ]; /* 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_int16 silk_LTP_gain_middle_avg_RD_Q14;
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 */