summaryrefslogtreecommitdiff
path: root/vp9/encoder/x86
diff options
context:
space:
mode:
authorDeb Mukherjee <debargha@google.com>2014-05-21 13:55:56 -0700
committerDeb Mukherjee <debargha@google.com>2014-05-21 13:55:56 -0700
commite272273443ceec31d586003e740af97541e9c4ce (patch)
treef9e1f5daed5a59432ece8826e6a84e7035a41e9d /vp9/encoder/x86
parente39860be93bdb5c8ee6487ba7d6597f1b40fb4b7 (diff)
downloadlibvpx-e272273443ceec31d586003e740af97541e9c4ce.tar
libvpx-e272273443ceec31d586003e740af97541e9c4ce.tar.gz
libvpx-e272273443ceec31d586003e740af97541e9c4ce.tar.bz2
libvpx-e272273443ceec31d586003e740af97541e9c4ce.zip
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
Diffstat (limited to 'vp9/encoder/x86')
-rw-r--r--vp9/encoder/x86/vp9_dct_ssse3_x86_64.asm (renamed from vp9/encoder/x86/vp9_dct_ssse3.asm)0
-rw-r--r--vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm (renamed from vp9/encoder/x86/vp9_quantize_ssse3.asm)0
-rw-r--r--vp9/encoder/x86/vp9_ssim_opt_x86_64.asm (renamed from vp9/encoder/x86/vp9_ssim_opt.asm)0
3 files changed, 0 insertions, 0 deletions
diff --git a/vp9/encoder/x86/vp9_dct_ssse3.asm b/vp9/encoder/x86/vp9_dct_ssse3_x86_64.asm
index 8723a7114..8723a7114 100644
--- a/vp9/encoder/x86/vp9_dct_ssse3.asm
+++ b/vp9/encoder/x86/vp9_dct_ssse3_x86_64.asm
diff --git a/vp9/encoder/x86/vp9_quantize_ssse3.asm b/vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm
index 48ccef8cc..48ccef8cc 100644
--- a/vp9/encoder/x86/vp9_quantize_ssse3.asm
+++ b/vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm
diff --git a/vp9/encoder/x86/vp9_ssim_opt.asm b/vp9/encoder/x86/vp9_ssim_opt_x86_64.asm
index 455d10d2c..455d10d2c 100644
--- a/vp9/encoder/x86/vp9_ssim_opt.asm
+++ b/vp9/encoder/x86/vp9_ssim_opt_x86_64.asm