summaryrefslogtreecommitdiffstats
path: root/libavfilter/x86/vf_blend.asm
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2017-08-24 14:43:00 +0200
committerPaul B Mahol <onemda@gmail.com>2017-08-24 14:45:52 +0200
commitf8d0689d3ff56bdeda708a14fad322cef8a219af (patch)
tree062e50d0eede0f49b765bdec921916ab54e037eb /libavfilter/x86/vf_blend.asm
parentf61e2dcfc399113e1b0408e58a085fca329d0da4 (diff)
downloadffmpeg-streaming-f8d0689d3ff56bdeda708a14fad322cef8a219af.zip
ffmpeg-streaming-f8d0689d3ff56bdeda708a14fad322cef8a219af.tar.gz
avfilter/vf_blend: rename addition128 and difference128 to grainmerge and grainextract
Diffstat (limited to 'libavfilter/x86/vf_blend.asm')
-rw-r--r--libavfilter/x86/vf_blend.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/x86/vf_blend.asm b/libavfilter/x86/vf_blend.asm
index cef479d..4916aaf 100644
--- a/libavfilter/x86/vf_blend.asm
+++ b/libavfilter/x86/vf_blend.asm
@@ -83,7 +83,7 @@ BLEND_SIMPLE subtract, subusb
BLEND_SIMPLE darken, minub
BLEND_SIMPLE lighten, maxub
-BLEND_INIT difference128, 4
+BLEND_INIT grainextract, 4
pxor m2, m2
mova m3, [pw_128]
.nextrow:
@@ -181,7 +181,7 @@ BLEND_INIT average, 3
jl .loop
BLEND_END
-BLEND_INIT addition128, 4
+BLEND_INIT grainmerge, 4
pxor m2, m2
mova m3, [pw_128]
.nextrow:
OpenPOWER on IntegriCloud