[FFmpeg-devel] [PATCH] avfilter: add ADM filter
Ashish Pratap Singh
ashk43712 at gmail.com
Wed Aug 30 22:05:03 EEST 2017
Hi,
On Aug 30, 2017 22:52, "Paul B Mahol" <onemda at gmail.com> wrote:
On 8/30/17, Ashish Pratap Singh <ashk43712 at gmail.com> wrote:
> From: Ashish Singh <ashk43712 at gmail.com>
>
> Hi,
> This patch changes the previous adm filter to integer types which will be
> helpful for writing SIMD optimizations later.
>
> Signed-off-by: Ashish Singh <ashk43712 at gmail.com>
> ---
> Changelog | 1 +
> doc/filters.texi | 15 +
> libavfilter/Makefile | 1 +
> libavfilter/adm.h | 75 +++++
> libavfilter/allfilters.c | 1 +
> libavfilter/vf_adm.c | 742
> +++++++++++++++++++++++++++++++++++++++++++++++
> 6 files changed, 835 insertions(+)
> create mode 100644 libavfilter/adm.h
> create mode 100644 libavfilter/vf_adm.c
>
dualinput.h is removed in master, thus patch is useless.
You need to port this to activate and framesync2.
You can look at psnr and ssim for clues.
Ok.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel at ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
More information about the ffmpeg-devel
mailing list