aboutsummaryrefslogtreecommitdiff
path: root/celt/vq.h
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-06-19 12:02:25 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-06-19 12:02:25 +0000
commit3078ffdd6d86da504fd0fd8c5a05628db7aadd3a (patch)
treef5f324629ebe08033a01d5baef0d9a74dd058852 /celt/vq.h
parent17d34beec499275b01f0a32823138296b283daa6 (diff)
parent3aa1b5c299d6cefb61340faf3eccc538744d5b4c (diff)
downloadlibopus-3078ffdd6d86da504fd0fd8c5a05628db7aadd3a.tar.gz
Snap for 7474514 from 3aa1b5c299d6cefb61340faf3eccc538744d5b4c to mainline-media-swcodec-releaseandroid-mainline-12.0.0_r13
Change-Id: Iedae3c1f5638640e9d9e8dabcfa0a2eb82f4c388
Diffstat (limited to 'celt/vq.h')
-rw-r--r--celt/vq.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/celt/vq.h b/celt/vq.h
index 0dfe6af0..45ec5591 100644
--- a/celt/vq.h
+++ b/celt/vq.h
@@ -41,10 +41,6 @@
#include "x86/vq_sse.h"
#endif
-#if defined(MIPSr1_ASM)
-#include "mips/vq_mipsr1.h"
-#endif
-
void exp_rotation(celt_norm *X, int len, int dir, int stride, int K, int spread);
opus_val16 op_pvq_search_c(celt_norm *X, int *iy, int K, int N, int arch);