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
x86vf_threshold/: use the PBLENDVB macro
Fixes building with yasm Tested-by: stevenliu Signed-off-by: James Almer <jamrial@gmail.com>
tags/n4.0
James Almer
8 years ago
parent
1cfde7abd0
commit
b73304f79e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavfilter/x86/vf_threshold.asm
+ 1
- 1
libavfilter/x86/vf_threshold.asm
View File
@@ -52,7 +52,7 @@ cglobal threshold8, 10, 13, 5, in, threshold, min, max, out, ilinesize, tlinesiz
pxor m0, m4
pxor m1, m4
pcmpgtb m0, m1
pblendvb
m3, m2, m0
PBLENDVB
m3, m2, m0
movu [outq + xq], m3
add xq, mmsize
jl .loop
Write
Preview
Loading…
Cancel
Save