mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-09 08:39:41 +00:00
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:
parent
234369d0fd
commit
74a87ae210
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user