summaryrefslogtreecommitdiff
path: root/libavcodec/x86/h264_qpel_10bit.asm
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-07-28 04:02:09 +0200
committerDiego Biurrun <diego@biurrun.de>2012-11-10 14:49:09 +0100
commit6cd796049dc06eabe1a9714290713bd31024af9e (patch)
treebadc4c3f1f02f74d850b60b5708d485c19e68114 /libavcodec/x86/h264_qpel_10bit.asm
parent4b60fac4199680957b15b7a08c5df47e47c6e25e (diff)
x86: h264_qpel_10bit: drop unused parameter from MC10/MC20/MC30 macros
Diffstat (limited to 'libavcodec/x86/h264_qpel_10bit.asm')
-rw-r--r--libavcodec/x86/h264_qpel_10bit.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/libavcodec/x86/h264_qpel_10bit.asm b/libavcodec/x86/h264_qpel_10bit.asm
index c05c7a64d8..e14df84431 100644
--- a/libavcodec/x86/h264_qpel_10bit.asm
+++ b/libavcodec/x86/h264_qpel_10bit.asm
@@ -232,7 +232,7 @@ INIT_XMM sse2, cache64
INIT_XMM ssse3, cache64
%1 put, 8
INIT_XMM sse2
-%1 put, 8, 0
+%1 put, 8
%define OP_MOV AVG_MOV
INIT_MMX mmxext
@@ -242,10 +242,10 @@ INIT_XMM sse2, cache64
INIT_XMM ssse3, cache64
%1 avg, 8
INIT_XMM sse2
-%1 avg, 8, 0
+%1 avg, 8
%endmacro
-%macro MC20 2-3
+%macro MC20 2
cglobal_mc %1, mc20, %2, 3,4,9
mov r3d, %2
mova m1, [pw_pixel_max]
@@ -307,7 +307,7 @@ MC_CACHE MC20
;-----------------------------------------------------------------------------
; void h264_qpel_mc30(uint8_t *dst, uint8_t *src, int stride)
;-----------------------------------------------------------------------------
-%macro MC30 2-3
+%macro MC30 2
cglobal_mc %1, mc30, %2, 3,5,9
lea r4, [r1+2]
jmp stub_%1_h264_qpel%2_mc10_10 %+ SUFFIX %+ .body
@@ -318,7 +318,7 @@ MC_CACHE MC30
;-----------------------------------------------------------------------------
; void h264_qpel_mc10(uint8_t *dst, uint8_t *src, int stride)
;-----------------------------------------------------------------------------
-%macro MC10 2-3
+%macro MC10 2
cglobal_mc %1, mc10, %2, 3,5,9
mov r4, r1
.body: