summaryrefslogtreecommitdiff
path: root/vp8/common/x86/idctllm_sse2.asm
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@google.com>2012-10-31 10:04:03 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2012-10-31 10:04:03 -0700
commitfbbd3e1832fd66f332e6d02c6a660f91ae7f072e (patch)
tree535f68b7fb6ae341898db6a7fbdca4fda1cbedde /vp8/common/x86/idctllm_sse2.asm
parentb8e9617ee88dbd27bd02425d1b3953294d4bddfc (diff)
parent9bc5f3e3afdbe2b96b55fdcb57470b70d6cfb6d5 (diff)
downloadlibvpx-fbbd3e1832fd66f332e6d02c6a660f91ae7f072e.tar
libvpx-fbbd3e1832fd66f332e6d02c6a660f91ae7f072e.tar.gz
libvpx-fbbd3e1832fd66f332e6d02c6a660f91ae7f072e.tar.bz2
libvpx-fbbd3e1832fd66f332e6d02c6a660f91ae7f072e.zip
Merge "Change common vp8_ public symbol prefixes to vp9_." into experimental
Diffstat (limited to 'vp8/common/x86/idctllm_sse2.asm')
-rw-r--r--vp8/common/x86/idctllm_sse2.asm20
1 files changed, 10 insertions, 10 deletions
diff --git a/vp8/common/x86/idctllm_sse2.asm b/vp8/common/x86/idctllm_sse2.asm
index 83d3765ff..daa572e01 100644
--- a/vp8/common/x86/idctllm_sse2.asm
+++ b/vp8/common/x86/idctllm_sse2.asm
@@ -11,7 +11,7 @@
%include "vpx_ports/x86_abi_support.asm"
-;void vp8_idct_dequant_0_2x_sse2
+;void vp9_idct_dequant_0_2x_sse2
; (
; short *qcoeff - 0
; short *dequant - 1
@@ -21,8 +21,8 @@
; int blk_stride - 5
; )
-global sym(vp8_idct_dequant_0_2x_sse2)
-sym(vp8_idct_dequant_0_2x_sse2):
+global sym(vp9_idct_dequant_0_2x_sse2)
+sym(vp9_idct_dequant_0_2x_sse2):
push rbp
mov rbp, rsp
SHADOW_ARGS_TO_STACK 6
@@ -97,8 +97,8 @@ sym(vp8_idct_dequant_0_2x_sse2):
pop rbp
ret
-global sym(vp8_idct_dequant_full_2x_sse2)
-sym(vp8_idct_dequant_full_2x_sse2):
+global sym(vp9_idct_dequant_full_2x_sse2)
+sym(vp9_idct_dequant_full_2x_sse2):
push rbp
mov rbp, rsp
SHADOW_ARGS_TO_STACK 7
@@ -353,7 +353,7 @@ sym(vp8_idct_dequant_full_2x_sse2):
pop rbp
ret
-;void vp8_idct_dequant_dc_0_2x_sse2
+;void vp9_idct_dequant_dc_0_2x_sse2
; (
; short *qcoeff - 0
; short *dequant - 1
@@ -362,8 +362,8 @@ sym(vp8_idct_dequant_full_2x_sse2):
; int dst_stride - 4
; short *dc - 5
; )
-global sym(vp8_idct_dequant_dc_0_2x_sse2)
-sym(vp8_idct_dequant_dc_0_2x_sse2):
+global sym(vp9_idct_dequant_dc_0_2x_sse2)
+sym(vp9_idct_dequant_dc_0_2x_sse2):
push rbp
mov rbp, rsp
SHADOW_ARGS_TO_STACK 7
@@ -438,8 +438,8 @@ sym(vp8_idct_dequant_dc_0_2x_sse2):
pop rbp
ret
-global sym(vp8_idct_dequant_dc_full_2x_sse2)
-sym(vp8_idct_dequant_dc_full_2x_sse2):
+global sym(vp9_idct_dequant_dc_full_2x_sse2)
+sym(vp9_idct_dequant_dc_full_2x_sse2):
push rbp
mov rbp, rsp
SHADOW_ARGS_TO_STACK 7