x86/vp9itxfm: fix register clobbering in ff_vp9_idct_idct_4x4_add_12_sse2

Reviewed-by: Henrik Gramner <henrik@gramner.com>
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2015-10-13 20:03:52 -03:00
parent 234369d0fd
commit 74a87ae210

View File

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