You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02: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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user