Commit ef66a0ed authored by Ronald S. Bultje's avatar 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.
parent e3cc6172
......@@ -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]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment