summaryrefslogtreecommitdiff
path: root/vp8/vp8cx.mk
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2017-06-16 01:33:57 -0700
committerJames Zern <jzern@google.com>2017-06-21 19:00:14 -0700
commit1d86383512f8cf1551fc81048164885f1ef6f089 (patch)
tree42063ef6fa199ead6b21d1a00c7dd1c40febcf5c /vp8/vp8cx.mk
parent18335f193d4931beb590985881bbf0e02f241f23 (diff)
downloadlibvpx-1d86383512f8cf1551fc81048164885f1ef6f089.tar.gz
vp8: remove vp8_fast_quantize_b_mmx
and vp8_fast_quantize_b_impl_mmx; this was never enabled in rtcd an sse2 version exists so there isn't much reason to keep a mmx implementation around. Change-Id: I8b3ee7f46ba194ffa0d0a6225a0f299f2a4dea90
Diffstat (limited to 'vp8/vp8cx.mk')
-rw-r--r--vp8/vp8cx.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/vp8/vp8cx.mk b/vp8/vp8cx.mk
index d6ed7b567..15e0451ed 100644
--- a/vp8/vp8cx.mk
+++ b/vp8/vp8cx.mk
@@ -78,7 +78,6 @@ VP8_CX_SRCS_REMOVE-yes += encoder/firstpass.c
VP8_CX_SRCS_REMOVE-yes += encoder/temporal_filter.c
endif
-VP8_CX_SRCS-$(HAVE_MMX) += encoder/x86/vp8_enc_stubs_mmx.c
VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/dct_sse2.asm
VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/fwalsh_sse2.asm
VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp8_quantize_sse2.c
@@ -91,7 +90,6 @@ endif
VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/temporal_filter_apply_sse2.asm
VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp8_enc_stubs_sse2.c
-VP8_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64) += encoder/x86/quantize_mmx.asm
VP8_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64) += encoder/x86/encodeopt.asm
ifeq ($(CONFIG_REALTIME_ONLY),yes)