Commit 74a87ae2 authored by James Almer's avatar James Almer

x86/vp9itxfm: fix register clobbering in ff_vp9_idct_idct_4x4_add_12_sse2

Reviewed-by: 's avatarHenrik Gramner <henrik@gramner.com>
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 234369d0
......@@ -406,7 +406,7 @@ IADST4_FN iadst, IADST4, iadst, IADST4
%endmacro
INIT_XMM sse2
cglobal vp9_idct_idct_4x4_add_12, 4, 4, 6, dst, stride, block, eob
cglobal vp9_idct_idct_4x4_add_12, 4, 4, 8, dst, stride, block, eob
cmp eobd, 1
jg .idctfull
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment