summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libopus/silk/tables_LTP.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/libopus/silk/tables_LTP.c')
-rw-r--r--lib/rbcodec/codecs/libopus/silk/tables_LTP.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/rbcodec/codecs/libopus/silk/tables_LTP.c b/lib/rbcodec/codecs/libopus/silk/tables_LTP.c
index ea518652b8..5e12c8643e 100644
--- a/lib/rbcodec/codecs/libopus/silk/tables_LTP.c
+++ b/lib/rbcodec/codecs/libopus/silk/tables_LTP.c
@@ -51,9 +51,6 @@ static const opus_uint8 silk_LTP_gain_iCDF_2[32] = {
51 24, 20, 16, 12, 9, 5, 2, 0 51 24, 20, 16, 12, 9, 5, 2, 0
52}; 52};
53 53
54#if 0
55const opus_int16 silk_LTP_gain_middle_avg_RD_Q14 = 12304;
56
57static const opus_uint8 silk_LTP_gain_BITS_Q5_0[8] = { 54static const opus_uint8 silk_LTP_gain_BITS_Q5_0[8] = {
58 15, 131, 138, 138, 155, 155, 173, 173 55 15, 131, 138, 138, 155, 155, 173, 173
59}; 56};
@@ -69,7 +66,6 @@ static const opus_uint8 silk_LTP_gain_BITS_Q5_2[32] = {
69 160, 160, 166, 166, 173, 173, 182, 192, 66 160, 160, 166, 166, 173, 173, 182, 192,
70 182, 192, 192, 192, 205, 192, 205, 224 67 182, 192, 192, 192, 205, 192, 205, 224
71}; 68};
72#endif
73 69
74const opus_uint8 * const silk_LTP_gain_iCDF_ptrs[NB_LTP_CBKS] = { 70const opus_uint8 * const silk_LTP_gain_iCDF_ptrs[NB_LTP_CBKS] = {
75 silk_LTP_gain_iCDF_0, 71 silk_LTP_gain_iCDF_0,
@@ -77,13 +73,11 @@ const opus_uint8 * const silk_LTP_gain_iCDF_ptrs[NB_LTP_CBKS] = {
77 silk_LTP_gain_iCDF_2 73 silk_LTP_gain_iCDF_2
78}; 74};
79 75
80#if 0
81const opus_uint8 * const silk_LTP_gain_BITS_Q5_ptrs[NB_LTP_CBKS] = { 76const opus_uint8 * const silk_LTP_gain_BITS_Q5_ptrs[NB_LTP_CBKS] = {
82 silk_LTP_gain_BITS_Q5_0, 77 silk_LTP_gain_BITS_Q5_0,
83 silk_LTP_gain_BITS_Q5_1, 78 silk_LTP_gain_BITS_Q5_1,
84 silk_LTP_gain_BITS_Q5_2 79 silk_LTP_gain_BITS_Q5_2
85}; 80};
86#endif
87 81
88static const opus_int8 silk_LTP_gain_vq_0[8][5] = 82static const opus_int8 silk_LTP_gain_vq_0[8][5] =
89{ 83{
@@ -271,7 +265,6 @@ const opus_int8 * const silk_LTP_vq_ptrs_Q7[NB_LTP_CBKS] = {
271 (opus_int8 *)&silk_LTP_gain_vq_2[0][0] 265 (opus_int8 *)&silk_LTP_gain_vq_2[0][0]
272}; 266};
273 267
274#if 0
275/* Maximum frequency-dependent response of the pitch taps above, 268/* Maximum frequency-dependent response of the pitch taps above,
276 computed as max(abs(freqz(taps))) */ 269 computed as max(abs(freqz(taps))) */
277static const opus_uint8 silk_LTP_gain_vq_0_gain[8] = { 270static const opus_uint8 silk_LTP_gain_vq_0_gain[8] = {
@@ -299,4 +292,3 @@ const opus_uint8 * const silk_LTP_vq_gain_ptrs_Q7[NB_LTP_CBKS] = {
299const opus_int8 silk_LTP_vq_sizes[NB_LTP_CBKS] = { 292const opus_int8 silk_LTP_vq_sizes[NB_LTP_CBKS] = {
300 8, 16, 32 293 8, 16, 32
301}; 294};
302#endif