diff options
author | Jean-Marc Valin <jmvalin@jmvalin.ca> | 2013-11-20 13:39:23 -0500 |
---|---|---|
committer | Jean-Marc Valin <jmvalin@jmvalin.ca> | 2013-11-20 13:39:23 -0500 |
commit | 854e9bd499dcb368c0a25e2b41ae7ebef0498547 (patch) | |
tree | 604a010487fd59cee075e9d855af59b493a4a159 /silk/tables.h | |
parent | c63fb978be59fd09179abe9d714ee598d888e789 (diff) | |
download | opus-854e9bd499dcb368c0a25e2b41ae7ebef0498547.tar.gz |
Using the maximum frequency response of pitch taps instead of maxabs
Diffstat (limited to 'silk/tables.h')
-rw-r--r-- | silk/tables.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/silk/tables.h b/silk/tables.h index 18bf9f2d..a91431e8 100644 --- a/silk/tables.h +++ b/silk/tables.h @@ -78,6 +78,8 @@ extern const opus_uint8 * const silk_LTP_gain_iCDF_ptrs[ NB_LTP_CBKS ]; 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 */ |