[FFmpeg-cvslog] x86/vp9itxfm: fix register clobbering in ff_vp9_idct_idct_4x4_add_12_sse2

James Almer git at videolan.org
Wed Oct 14 01:22:20 CEST 2015


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Tue Oct 13 20:03:52 2015 -0300| [74a87ae21075d694ada0d19705d9ec40b39d6037] | committer: James Almer

x86/vp9itxfm: fix register clobbering in ff_vp9_idct_idct_4x4_add_12_sse2

Reviewed-by: Henrik Gramner <henrik at gramner.com>
Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=74a87ae21075d694ada0d19705d9ec40b39d6037
---

 libavcodec/x86/vp9itxfm_16bpp.asm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/x86/vp9itxfm_16bpp.asm b/libavcodec/x86/vp9itxfm_16bpp.asm
index 06b39ff..902685e 100644
--- a/libavcodec/x86/vp9itxfm_16bpp.asm
+++ b/libavcodec/x86/vp9itxfm_16bpp.asm
@@ -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
 



More information about the ffmpeg-cvslog mailing list