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

Unified Diff: third_party/opus/src/celt/mips/vq_mipsr1.h

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/celt/mdct.c ('k') | third_party/opus/src/celt/modes.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/opus/src/celt/mips/vq_mipsr1.h
diff --git a/third_party/opus/src/celt/mips/vq_mipsr1.h b/third_party/opus/src/celt/mips/vq_mipsr1.h
index 54cef8613375409717b86eeaafb7346d12eaa800..fd18eab7a966046539a60b8a22ddeed2f1a0a5b6 100644
--- a/third_party/opus/src/celt/mips/vq_mipsr1.h
+++ b/third_party/opus/src/celt/mips/vq_mipsr1.h
@@ -36,9 +36,6 @@
#include "mathops.h"
#include "arch.h"
-static unsigned extract_collapse_mask(int *iy, int N, int B);
-static void normalise_residual(int * OPUS_RESTRICT iy, celt_norm * OPUS_RESTRICT X, int N, opus_val32 Ryy, opus_val16 gain);
-static void exp_rotation(celt_norm *X, int len, int dir, int stride, int K, int spread);
static void renormalise_vector_mips(celt_norm *X, int N, opus_val16 gain, int arch);
#define OVERRIDE_vq_exp_rotation1
« no previous file with comments | « third_party/opus/src/celt/mdct.c ('k') | third_party/opus/src/celt/modes.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698