1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-14 04:17:39 +02:00

avcodec/x86/hevc_idct: fix number of sse registers

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
plepere 2014-06-16 14:47:21 +02:00 committed by Michael Niedermayer
parent 942e22c651
commit 9ba6b17add

View File

@ -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