Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(310)

Unified Diff: third_party/opus/src/silk/tables_LTP.c

Issue 2962373002: [Opus] Update to v1.2.1 (Closed)
Patch Set: Pre-increment instead of post-increment Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/opus/src/silk/tables.h ('k') | third_party/opus/src/silk/tables_NLSF_CB_NB_MB.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/opus/src/silk/tables_LTP.c
diff --git a/third_party/opus/src/silk/tables_LTP.c b/third_party/opus/src/silk/tables_LTP.c
index 0e6a0254d5db55262cece02698d53eb4b1327d6b..5e12c8643e5b0f15c1c9486a8845c833f1ddf341 100644
--- a/third_party/opus/src/silk/tables_LTP.c
+++ b/third_party/opus/src/silk/tables_LTP.c
@@ -51,8 +51,6 @@ static const opus_uint8 silk_LTP_gain_iCDF_2[32] = {
24, 20, 16, 12, 9, 5, 2, 0
};
-const opus_int16 silk_LTP_gain_middle_avg_RD_Q14 = 12304;
-
static const opus_uint8 silk_LTP_gain_BITS_Q5_0[8] = {
15, 131, 138, 138, 155, 155, 173, 173
};
« no previous file with comments | « third_party/opus/src/silk/tables.h ('k') | third_party/opus/src/silk/tables_NLSF_CB_NB_MB.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698