On Tue, May 08, 2018 at 04:06:26AM +0200, Michael Niedermayer wrote:
> On Mon, May 07, 2018 at 07:24:16PM +0200, Clément Bœsch wrote:
> > ssd_integral_image_c: 49204.6
> > ssd_integral_image_neon: 28346.8
> > ---
> >  libavfilter/aarch64/Makefile          |  3 +
> >  libavfilter/aarch64/vf_nlmeans_init.c | 33 +++++++++++
> >  libavfilter/aarch64/vf_nlmeans_neon.S | 80 +++++++++++++++++++++++++++
> >  libavfilter/vf_nlmeans.c              | 26 ++++++---
> >  libavfilter/vf_nlmeans.h              | 35 ++++++++++++
> >  5 files changed, 170 insertions(+), 7 deletions(-)
> >  create mode 100644 libavfilter/aarch64/Makefile
> >  create mode 100644 libavfilter/aarch64/vf_nlmeans_init.c
> >  create mode 100644 libavfilter/aarch64/vf_nlmeans_neon.S
> >  create mode 100644 libavfilter/vf_nlmeans.h
> 
> seems to break make testprogs unless iam missing something
> 

oups, I forgot I added such a test. It's a bit redundant with the checkasm
test and now mostly useless due to the recently introduced 16B padding
constraint, but I fixed it anyway locally.

[...]

-- 
Clément B.

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to