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

James Almer jamrial at gmail.com
Fri Oct 9 21:51:10 CEST 2015


On 10/9/2015 4:19 PM, Paul B Mahol 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

LGTM. Further improvements (like making simple_high work on x86_32) can
be done later in a separate patch.


More information about the ffmpeg-devel mailing list