[FFmpeg-cvslog] swscale: use named registers in yuv2yuv1_plane() place.
Ronald S. Bultje
git at videolan.org
Mon Feb 13 02:28:46 CET 2012
ffmpeg | branch: master | Ronald S. Bultje <rsbultje at gmail.com> | Sat Feb 11 17:02:29 2012 -0800| [ef66a0ed2e94fe2e7b70b5787fdbb5b2b49d8994] | committer: Ronald S. Bultje
swscale: use named registers in yuv2yuv1_plane() place.
Most of the function had been converted before, but I forgot this
particular location.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ef66a0ed2e94fe2e7b70b5787fdbb5b2b49d8994
---
libswscale/x86/output.asm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libswscale/x86/output.asm b/libswscale/x86/output.asm
index c8e6098..a76c127 100644
--- a/libswscale/x86/output.asm
+++ b/libswscale/x86/output.asm
@@ -278,7 +278,7 @@ yuv2planeX_fn 10, 7, 5
psraw m0, 7
psraw m1, 7
packuswb m0, m1
- mov%2 [r1+r2], m0
+ mov%2 [dstq+dstwq], m0
%elif %1 == 16
paddd m0, m4, [srcq+dstwq*4+mmsize*0]
paddd m1, m4, [srcq+dstwq*4+mmsize*1]
More information about the ffmpeg-cvslog
mailing list