summaryrefslogtreecommitdiff
path: root/libavcodec/x86/hevc_idct.asm
diff options
context:
space:
mode:
authorplepere <pierre-edouard.lepere@insa-rennes.fr>2014-06-16 14:47:21 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-06-25 14:59:23 +0200
commit9ba6b17add28b57c7e0be2b43df50d104c043be0 (patch)
treefcbe93ed7fbbcdd58b69b01598bf3a53dc673e78 /libavcodec/x86/hevc_idct.asm
parent942e22c651166e8aa67bfffa7a431970200d3203 (diff)
avcodec/x86/hevc_idct: fix number of sse registers
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86/hevc_idct.asm')
-rw-r--r--libavcodec/x86/hevc_idct.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/hevc_idct.asm b/libavcodec/x86/hevc_idct.asm
index 31532ae907..2fcdf410d8 100644
--- a/libavcodec/x86/hevc_idct.asm
+++ b/libavcodec/x86/hevc_idct.asm
@@ -112,7 +112,7 @@ cglobal hevc_idct8_dc_add_8, 2, 3, 0
INIT_XMM sse2
; void ff_hevc_idct16_dc_add_8_mmxext(uint8_t *dst, int16_t *coeffs, ptrdiff_t stride)
-cglobal hevc_idct16_dc_add_8, 3, 4, 0
+cglobal hevc_idct16_dc_add_8, 3, 4, 6
movsx r3, word [r1]
DC_ADD_INIT r3, r2
DC_ADD_OP mova, r0, r2, r3