[FFmpeg-cvslog] vp9/x86: set correct number of registers used in intra pred asm
Hendrik Leppkes
git at videolan.org
Tue Feb 18 17:43:28 CET 2014
ffmpeg | branch: master | Hendrik Leppkes <h.leppkes at gmail.com> | Mon Feb 17 21:57:42 2014 +0100| [7716eda0aad718855547e78f1b5cffde18183aa0] | committer: Michael Niedermayer
vp9/x86: set correct number of registers used in intra pred asm
Reviewed-by: "Ronald S. Bultje" <rsbultje at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7716eda0aad718855547e78f1b5cffde18183aa0
---
libavcodec/x86/vp9intrapred.asm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavcodec/x86/vp9intrapred.asm b/libavcodec/x86/vp9intrapred.asm
index bb31892..3faf1c5 100644
--- a/libavcodec/x86/vp9intrapred.asm
+++ b/libavcodec/x86/vp9intrapred.asm
@@ -638,7 +638,7 @@ cglobal vp9_ipred_dl_16x16, 4, 4, 6, dst, stride, l, a
RET
INIT_XMM %1
-cglobal vp9_ipred_dl_32x32, 4, 4, 8, dst, stride, cnt, a, dst16
+cglobal vp9_ipred_dl_32x32, 4, 5, 8, dst, stride, cnt, a, dst16
mova m5, [pb_1toE_2xF]
mova m0, [aq]
mova m1, [aq+16]
@@ -1344,7 +1344,7 @@ cglobal vp9_ipred_hu_16x16, 3, 4, 5, dst, stride, l
RET
INIT_XMM %1
-cglobal vp9_ipred_hu_32x32, 3, 3, 7, dst, stride, l
+cglobal vp9_ipred_hu_32x32, 3, 7, 7, dst, stride, l
mova m0, [lq]
mova m1, [lq+16]
mova m2, [pb_Fto0]
More information about the ffmpeg-cvslog
mailing list