]> granicus.if.org Git - libvpx/commitdiff
Renames x86_64 specific asm files
authorDeb Mukherjee <debargha@google.com>
Wed, 21 May 2014 20:55:56 +0000 (13:55 -0700)
committerDeb Mukherjee <debargha@google.com>
Wed, 21 May 2014 20:55:56 +0000 (13:55 -0700)
Renames all x86_64 specific assembly files to consistently
end in _x86_64.asm. This will be useful for build systems to
handle these files differently.
All new 64-bit specific assembly files should use the new
naming convention.

Change-Id: I36c89584967c82ffc4088b1b5044ac15d2bb7536

vp8/common/x86/loopfilter_block_sse2_x86_64.asm [moved from vp8/common/x86/loopfilter_block_sse2.asm with 100% similarity]
vp8/encoder/x86/ssim_opt_x86_64.asm [moved from vp8/encoder/x86/ssim_opt.asm with 100% similarity]
vp8/vp8_common.mk
vp8/vp8cx.mk
vp9/common/x86/vp9_idct_ssse3_x86_64.asm [moved from vp9/common/x86/vp9_idct_ssse3.asm with 100% similarity]
vp9/encoder/x86/vp9_dct_ssse3_x86_64.asm [moved from vp9/encoder/x86/vp9_dct_ssse3.asm with 100% similarity]
vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm [moved from vp9/encoder/x86/vp9_quantize_ssse3.asm with 100% similarity]
vp9/encoder/x86/vp9_ssim_opt_x86_64.asm [moved from vp9/encoder/x86/vp9_ssim_opt.asm with 100% similarity]
vp9/vp9_common.mk
vp9/vp9cx.mk

index 8282547ea2d8066781dda8c52cbd154d4ae12654..9eb308985318e6fd165412fcd18a56f38e58c743 100644 (file)
@@ -115,7 +115,7 @@ VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/postproc_sse2.asm
 endif
 
 ifeq ($(ARCH_X86_64),yes)
-VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/loopfilter_block_sse2.asm
+VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/loopfilter_block_sse2_x86_64.asm
 endif
 
 # common (c)
index 607382b4c4015830c767c7f8962a309426866a2e..b7b948add42d81343b64af8daba9cf115cf29cc1 100644 (file)
@@ -100,7 +100,7 @@ VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp8_enc_stubs_sse2.c
 VP8_CX_SRCS-$(HAVE_SSE4_1) += encoder/x86/quantize_sse4.asm
 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
-VP8_CX_SRCS-$(ARCH_X86_64) += encoder/x86/ssim_opt.asm
+VP8_CX_SRCS-$(ARCH_X86_64) += encoder/x86/ssim_opt_x86_64.asm
 
 ifeq ($(CONFIG_REALTIME_ONLY),yes)
 VP8_CX_SRCS_REMOVE-$(HAVE_SSE2) += encoder/x86/temporal_filter_apply_sse2.asm
index 3b4d6b9013acc87ae492e31d88a756c031a65f75..7bbfbdd331dcb86460ae2c9edeed752af0386e23 100644 (file)
@@ -121,7 +121,7 @@ VP9_COMMON_SRCS-$(HAVE_DSPR2)  += common/mips/dspr2/vp9_mblpf_vert_loopfilter_ds
 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_idct_intrin_sse2.c
 
 ifeq ($(ARCH_X86_64), yes)
-VP9_COMMON_SRCS-$(HAVE_SSSE3) += common/x86/vp9_idct_ssse3.asm
+VP9_COMMON_SRCS-$(HAVE_SSSE3) += common/x86/vp9_idct_ssse3_x86_64.asm
 endif
 
 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_convolve_neon.c
index 6e5c521abae0d93f5c014e1bc881fc667b9d7315..a44ffc1ca0b4402ddd65988ed0ac30ab2c11710f 100644 (file)
@@ -112,12 +112,12 @@ VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_subpel_variance.asm
 endif
 
 ifeq ($(ARCH_X86_64),yes)
-VP9_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/vp9_quantize_ssse3.asm
-VP9_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/vp9_dct_ssse3.asm
+VP9_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/vp9_quantize_ssse3_x86_64.asm
+VP9_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/vp9_dct_ssse3_x86_64.asm
 endif
 VP9_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/vp9_sad_ssse3.asm
 VP9_CX_SRCS-$(HAVE_SSE4_1) += encoder/x86/vp9_sad_sse4.asm
-VP9_CX_SRCS-$(ARCH_X86_64) += encoder/x86/vp9_ssim_opt.asm
+VP9_CX_SRCS-$(ARCH_X86_64) += encoder/x86/vp9_ssim_opt_x86_64.asm
 
 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_dct_sse2.c
 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_dct32x32_sse2.c