From 992b5e2d95b0071ee2bde5cad92a5807a600d89d Mon Sep 17 00:00:00 2001 From: Scott LaVarnway Date: Thu, 18 Oct 2012 14:29:26 -0700 Subject: sse2 intrinsic version of vp8_mbloop_filter_horizontal_edge() First sse2 version of vp8_mbloop_filter_horizontal_edge(). For now, intrinsics are being used until the bitstream is finalized. This function will be revisited later for further performance improvements. For the test clip used, a 31+% decoder performance improvement was seen. This will vary depending on material. Change-Id: I03ed3a7182478bdd1f094644ff3e0442625600e7 --- vp8/vp8_common.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'vp8/vp8_common.mk') diff --git a/vp8/vp8_common.mk b/vp8/vp8_common.mk index 25c4fe210..5e58f8d26 100644 --- a/vp8/vp8_common.mk +++ b/vp8/vp8_common.mk @@ -119,6 +119,7 @@ endif VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/filter_sse2.c ifeq ($(HAVE_SSE2),yes) vp8/common/x86/filter_sse2.c.o: CFLAGS += -msse2 +vp8/common/x86/loopfilter_x86.c.o: CFLAGS += -msse2 endif VP8_COMMON_SRCS-$(ARCH_ARM) += common/arm/arm_systemdependent.c -- cgit v1.2.3