OSDN Git Service

avfilter/vf_bwdif: add x86 SIMD
authorThomas Mundt <loudmax@yahoo.de>
Sun, 13 Mar 2016 09:06:21 +0000 (10:06 +0100)
committerPaul B Mahol <onemda@gmail.com>
Sun, 13 Mar 2016 09:06:21 +0000 (10:06 +0100)
commit5024a82e9548d186224b3be4de4041dbd1c2a482
treed79f67204899c659f9e2f560c891c49be63b6268
parentd11d78facb1b24a0dc6ea63c2410d62c1f92742e
avfilter/vf_bwdif: add x86 SIMD

Signed-off-by: Thomas Mundt <loudmax@yahoo.de>
libavfilter/bwdif.h [new file with mode: 0644]
libavfilter/vf_bwdif.c
libavfilter/x86/Makefile
libavfilter/x86/vf_bwdif.asm [new file with mode: 0644]
libavfilter/x86/vf_bwdif_init.c [new file with mode: 0644]