summaryrefslogtreecommitdiff
path: root/vp9
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2015-07-30 09:19:43 -0700
committerJohann <johannkoenig@google.com>2015-08-07 16:44:44 -0700
commit41a0a0cb35771a46428c00d5c3829f6a6ea5c950 (patch)
tree582c1cfaee75939879e5f3b72de27212fe40daf7 /vp9
parentc7e9e486b8e0d1cdf5100c7d8a858b4d935910bb (diff)
downloadlibvpx-41a0a0cb35771a46428c00d5c3829f6a6ea5c950.tar
libvpx-41a0a0cb35771a46428c00d5c3829f6a6ea5c950.tar.gz
libvpx-41a0a0cb35771a46428c00d5c3829f6a6ea5c950.tar.bz2
libvpx-41a0a0cb35771a46428c00d5c3829f6a6ea5c950.zip
Use newer x86inc.asm
Rename updated version of x86inc.asm Use "private_prefix" instead of "program_name" and make vpx the default prefix. Change-Id: I4883a99b2aee8e5dc9f2c16a2e6f4b5d6e4de458
Diffstat (limited to 'vp9')
-rw-r--r--vp9/encoder/x86/vp9_dct_mmx.asm3
-rw-r--r--vp9/encoder/x86/vp9_dct_ssse3_x86_64.asm3
-rw-r--r--vp9/encoder/x86/vp9_error_sse2.asm2
-rw-r--r--vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm2
4 files changed, 10 insertions, 0 deletions
diff --git a/vp9/encoder/x86/vp9_dct_mmx.asm b/vp9/encoder/x86/vp9_dct_mmx.asm
index b41fbc8b3..7a7a6b655 100644
--- a/vp9/encoder/x86/vp9_dct_mmx.asm
+++ b/vp9/encoder/x86/vp9_dct_mmx.asm
@@ -7,6 +7,9 @@
; in the file PATENTS. All contributing project authors may
; be found in the AUTHORS file in the root of the source tree.
;
+
+%define private_prefix vp9
+
%include "third_party/x86inc/x86inc.asm"
SECTION .text
diff --git a/vp9/encoder/x86/vp9_dct_ssse3_x86_64.asm b/vp9/encoder/x86/vp9_dct_ssse3_x86_64.asm
index 29074e713..74c52df19 100644
--- a/vp9/encoder/x86/vp9_dct_ssse3_x86_64.asm
+++ b/vp9/encoder/x86/vp9_dct_ssse3_x86_64.asm
@@ -7,6 +7,9 @@
; in the file PATENTS. All contributing project authors may
; be found in the AUTHORS file in the root of the source tree.
;
+
+%define private_prefix vp9
+
%include "third_party/x86inc/x86inc.asm"
; This file provides SSSE3 version of the forward transformation. Part
diff --git a/vp9/encoder/x86/vp9_error_sse2.asm b/vp9/encoder/x86/vp9_error_sse2.asm
index 56373e897..5b0238272 100644
--- a/vp9/encoder/x86/vp9_error_sse2.asm
+++ b/vp9/encoder/x86/vp9_error_sse2.asm
@@ -8,6 +8,8 @@
; be found in the AUTHORS file in the root of the source tree.
;
+%define private_prefix vp9
+
%include "third_party/x86inc/x86inc.asm"
SECTION .text
diff --git a/vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm b/vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm
index ec2e87cb1..ec61c0c3a 100644
--- a/vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm
+++ b/vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm
@@ -8,6 +8,8 @@
; be found in the AUTHORS file in the root of the source tree.
;
+%define private_prefix vp9
+
%include "third_party/x86inc/x86inc.asm"
SECTION_RODATA