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)
commite272273443ceec31d586003e740af97541e9c4ce
treef9e1f5daed5a59432ece8826e6a84e7035a41e9d
parente39860be93bdb5c8ee6487ba7d6597f1b40fb4b7
Renames x86_64 specific asm files

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