[FFmpeg-devel] [PATCH] avfilter/vf_w3fdif: add x86 SIMD

Ronald S. Bultje rsbultje at gmail.com
Fri Oct 9 21:27:46 CEST 2015


Hi,

On Fri, Oct 9, 2015 at 3:19 PM, Paul B Mahol <onemda at gmail.com> wrote:

> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
>  libavfilter/vf_w3fdif.c          | 132 +++++++++++++++-------
>  libavfilter/w3fdif.h             |  47 ++++++++
>  libavfilter/x86/Makefile         |   2 +
>  libavfilter/x86/vf_w3fdif.asm    | 234
> +++++++++++++++++++++++++++++++++++++++
>  libavfilter/x86/vf_w3fdif_init.c |  62 +++++++++++
>  5 files changed, 440 insertions(+), 37 deletions(-)
>  create mode 100644 libavfilter/w3fdif.h
>  create mode 100644 libavfilter/x86/vf_w3fdif.asm
>  create mode 100644 libavfilter/x86/vf_w3fdif_init.c


No further comments from me, LGTM.

Ronald


More information about the ffmpeg-devel mailing list