mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-16 20:10:09 +01:00
x86vf_threshold/: use the PBLENDVB macro
Fixes building with yasm Tested-by: stevenliu Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -52,7 +52,7 @@ cglobal threshold8, 10, 13, 5, in, threshold, min, max, out, ilinesize, tlinesiz
|
|||||||
pxor m0, m4
|
pxor m0, m4
|
||||||
pxor m1, m4
|
pxor m1, m4
|
||||||
pcmpgtb m0, m1
|
pcmpgtb m0, m1
|
||||||
pblendvb m3, m2, m0
|
PBLENDVB m3, m2, m0
|
||||||
movu [outq + xq], m3
|
movu [outq + xq], m3
|
||||||
add xq, mmsize
|
add xq, mmsize
|
||||||
jl .loop
|
jl .loop
|
||||||
|
|||||||
Reference in New Issue
Block a user