]> granicus.if.org Git - libvpx/commitdiff
Removing "_short" suffix from arm transform file names.
authorDmitry Kovalev <dkovalev@google.com>
Sat, 1 Feb 2014 01:19:02 +0000 (17:19 -0800)
committerDmitry Kovalev <dkovalev@google.com>
Sat, 1 Feb 2014 01:19:02 +0000 (17:19 -0800)
Change-Id: Iefe118f61a335e88821a21a9f50fb919212c1507

vp9/common/arm/neon/vp9_idct16x16_1_add_neon.asm [moved from vp9/common/arm/neon/vp9_short_idct16x16_1_add_neon.asm with 100% similarity]
vp9/common/arm/neon/vp9_idct16x16_add_neon.asm [moved from vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm with 100% similarity]
vp9/common/arm/neon/vp9_idct32x32_1_add_neon.asm [moved from vp9/common/arm/neon/vp9_short_idct32x32_1_add_neon.asm with 100% similarity]
vp9/common/arm/neon/vp9_idct32x32_add_neon.asm [moved from vp9/common/arm/neon/vp9_short_idct32x32_add_neon.asm with 100% similarity]
vp9/common/arm/neon/vp9_idct4x4_1_add_neon.asm [moved from vp9/common/arm/neon/vp9_short_idct4x4_1_add_neon.asm with 100% similarity]
vp9/common/arm/neon/vp9_idct4x4_add_neon.asm [moved from vp9/common/arm/neon/vp9_short_idct4x4_add_neon.asm with 100% similarity]
vp9/common/arm/neon/vp9_idct8x8_1_add_neon.asm [moved from vp9/common/arm/neon/vp9_short_idct8x8_1_add_neon.asm with 100% similarity]
vp9/common/arm/neon/vp9_idct8x8_add_neon.asm [moved from vp9/common/arm/neon/vp9_short_idct8x8_add_neon.asm with 100% similarity]
vp9/common/arm/neon/vp9_iht4x4_add_neon.asm [moved from vp9/common/arm/neon/vp9_short_iht4x4_add_neon.asm with 100% similarity]
vp9/common/arm/neon/vp9_iht8x8_add_neon.asm [moved from vp9/common/arm/neon/vp9_short_iht8x8_add_neon.asm with 100% similarity]
vp9/vp9_common.mk

index b1c029cbabf43ce26d6a9bd6717c251f5c34cd52..51f7387c76319311178b15b89e40adb5a9727009 100644 (file)
@@ -123,16 +123,16 @@ VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_convolve8_avg_neon$(ASM)
 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_loopfilter_neon$(ASM)
 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_loopfilter_16_neon$(ASM)
 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_dc_only_idct_add_neon$(ASM)
-VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_idct4x4_1_add_neon$(ASM)
-VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_idct4x4_add_neon$(ASM)
-VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_idct8x8_1_add_neon$(ASM)
-VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_idct8x8_add_neon$(ASM)
-VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_idct16x16_1_add_neon$(ASM)
-VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_idct16x16_add_neon$(ASM)
-VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_idct32x32_1_add_neon$(ASM)
-VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_idct32x32_add_neon$(ASM)
-VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_iht4x4_add_neon$(ASM)
-VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_iht8x8_add_neon$(ASM)
+VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_idct4x4_1_add_neon$(ASM)
+VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_idct4x4_add_neon$(ASM)
+VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_idct8x8_1_add_neon$(ASM)
+VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_idct8x8_add_neon$(ASM)
+VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_idct16x16_1_add_neon$(ASM)
+VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_idct16x16_add_neon$(ASM)
+VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_idct32x32_1_add_neon$(ASM)
+VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_idct32x32_add_neon$(ASM)
+VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_iht4x4_add_neon$(ASM)
+VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_iht8x8_add_neon$(ASM)
 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_mb_lpf_neon$(ASM)
 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_copy_neon$(ASM)
 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_avg_neon$(ASM)