This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
swscale: use named registers in yuv2yuv1_plane() place.
Most of the function had been converted before, but I forgot this particular location.
tags/n0.11
Ronald S. Bultje
13 years ago
parent
e3cc617263
commit
ef66a0ed2e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libswscale/x86/output.asm
+ 1
- 1
libswscale/x86/output.asm
View File
@@ -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]
Write
Preview
Loading…
Cancel
Save