]> granicus.if.org Git - libvpx/commitdiff
move vp8 encodeopt to block_error_sse2
authorJohann <johannkoenig@google.com>
Sun, 4 Mar 2018 20:31:04 +0000 (12:31 -0800)
committerJohann <johannkoenig@google.com>
Sun, 4 Mar 2018 20:38:07 +0000 (12:38 -0800)
The file contains sse2 implementations related to various block error
functions. Update the .mk file to include it only when sse2 is
requested.

BUG=webm:1500

Change-Id: I67b766faed425fd7a96db8541b13c69670b65fec

vp8/encoder/x86/block_error_sse2.asm [moved from vp8/encoder/x86/encodeopt.asm with 100% similarity]
vp8/vp8cx.mk

index 0dac0169d5f918b57d52dfbaf030c3dcc10e5468..ab85eddd25f661a295ef94cb7f289f70f22ab1a4 100644 (file)
@@ -92,9 +92,9 @@ ifeq ($(CONFIG_TEMPORAL_DENOISING),yes)
 VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/denoising_sse2.c
 endif
 
+VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/block_error_sse2.asm
 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/encodeopt.asm
 
 ifeq ($(CONFIG_REALTIME_ONLY),yes)
 VP8_CX_SRCS_REMOVE-$(HAVE_SSE2) += encoder/x86/temporal_filter_apply_sse2.asm