summaryrefslogtreecommitdiff
path: root/vp8/vp8_common.mk
diff options
context:
space:
mode:
authorJames Yu <james.yu@linaro.org>2013-12-17 19:03:16 +0800
committerJames Yu <james.yu@linaro.org>2014-02-26 09:28:29 +0800
commitd749ab6221fd3b313f0ab88e0a8d85d0e4610423 (patch)
treeb645bea7211bfa9f9a16d1ffc481f91300e6b7bf /vp8/vp8_common.mk
parent0eca2cd3c86801490557f1598d2616a8d977323d (diff)
downloadlibvpx-d749ab6221fd3b313f0ab88e0a8d85d0e4610423.tar
libvpx-d749ab6221fd3b313f0ab88e0a8d85d0e4610423.tar.gz
libvpx-d749ab6221fd3b313f0ab88e0a8d85d0e4610423.tar.bz2
libvpx-d749ab6221fd3b313f0ab88e0a8d85d0e4610423.zip
VP8 for ARMv8 by using NEON intrinsics 03
Add dc_only_idct_add_neon.c - vp8_dc_only_idct_add_neon vpxdec --summary --noblit ../videos/tears_of_steel_1080p.webm Before => After, 13.25 => 13.24 (fps) Change-Id: I5e9e277ec3a3ca67e13c8cc4c324a6fbe8a897fc Signed-off-by: James Yu <james.yu@linaro.org>
Diffstat (limited to 'vp8/vp8_common.mk')
-rw-r--r--vp8/vp8_common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/vp8_common.mk b/vp8/vp8_common.mk
index d1eb44540..4c313df04 100644
--- a/vp8/vp8_common.mk
+++ b/vp8/vp8_common.mk
@@ -159,7 +159,6 @@ VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/vp8_variance_halfpixvar16x16_
VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/vp8_variance_halfpixvar16x16_hv_armv6$(ASM)
# common (neon)
-VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/dc_only_idct_add_neon$(ASM)
VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/iwalsh_neon$(ASM)
VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/loopfilter_neon$(ASM)
VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/loopfiltersimplehorizontaledge_neon$(ASM)
@@ -187,6 +186,7 @@ VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp8_subpixelvariance16x16s_neon
# common (neon intrinsics)
VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/bilinearpredict_neon.c
VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/copymem_neon.c
+VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/dc_only_idct_add_neon.c
$(eval $(call rtcd_h_template,vp8_rtcd,vp8/common/rtcd_defs.sh))