| Index: third_party/opus/src/silk/tables.h
|
| diff --git a/third_party/opus/src/silk/tables.h b/third_party/opus/src/silk/tables.h
|
| index 7fea6fda39da463384c315d5b652c3352f696182..8b0380eeb0984c17b382567297851c2d5a270aae 100644
|
| --- a/third_party/opus/src/silk/tables.h
|
| +++ b/third_party/opus/src/silk/tables.h
|
| @@ -76,10 +76,8 @@ 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 */
|
|
|