summaryrefslogtreecommitdiff
path: root/libavcodec/x86/mpeg4qpel.asm
diff options
context:
space:
mode:
authorDaniel Kang <daniel.d.kang@gmail.com>2013-01-27 02:22:54 -0500
committerLuca Barbato <lu_zero@gentoo.org>2013-01-27 08:41:48 +0100
commit96753bd00d6d4046db6818c0aadc21bf2a11d77b (patch)
treebe49d344ed9f45023531c40af81a5bd1cb639235 /libavcodec/x86/mpeg4qpel.asm
parent0eedf5d74dcef868668f73568760615c1b25cc60 (diff)
dsputil: x86: Correct the number of registers used in put_no_rnd_pixels16_l2
put_no_rnd_pixels16_l2 allocated 5 instead of 6 registers. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'libavcodec/x86/mpeg4qpel.asm')
-rw-r--r--libavcodec/x86/mpeg4qpel.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/mpeg4qpel.asm b/libavcodec/x86/mpeg4qpel.asm
index 39c9fc803f..a5525d22fd 100644
--- a/libavcodec/x86/mpeg4qpel.asm
+++ b/libavcodec/x86/mpeg4qpel.asm
@@ -99,7 +99,7 @@ PUT_NO_RND_PIXELS8_L2
; put_no_rnd_pixels16_l2(uint8_t *dst, uint8_t *src1, uint8_t *src2, int dstStride, int src1Stride, int h)
%macro PUT_NO_RND_PIXELS16_l2 0
-cglobal put_no_rnd_pixels16_l2, 5,5
+cglobal put_no_rnd_pixels16_l2, 6,6
movsxdifnidn r3, r3
movsxdifnidn r4, r4d
pcmpeqb m6, m6