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

2019-10-17 Thread Paul B Mahol
Will apply updated version. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

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

2019-10-15 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavfilter/atadenoise.h | 36 +++ libavfilter/vf_atadenoise.c | 16 +-- libavfilter/x86/Makefile | 2 + libavfilter/x86/vf_atadenoise.asm| 150 +++ libavfilter/x86/vf_atadenoise_init.c | 40

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

2019-10-15 Thread James Almer
On 10/15/2019 12:55 PM, Paul B Mahol wrote: > On 10/15/19, James Almer wrote: >> On 10/15/2019 12:21 PM, Paul B Mahol wrote: >>> +;-- >>> +; void ff_filter_row(const uint8_t *src, uint8_t *dst, >>> +;

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

2019-10-15 Thread Paul B Mahol
On 10/15/19, James Almer wrote: > On 10/15/2019 12:21 PM, Paul B Mahol wrote: >> +;-- >> +; void ff_filter_row(const uint8_t *src, uint8_t *dst, >> +;const uint8_t **srcf, >> +;int

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

2019-10-15 Thread James Almer
On 10/15/2019 12:21 PM, Paul B Mahol wrote: > +;-- > +; void ff_filter_row(const uint8_t *src, uint8_t *dst, > +;const uint8_t **srcf, > +;int w, int mid, int size, > +;

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

2019-10-15 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavfilter/atadenoise.h | 36 +++ libavfilter/vf_atadenoise.c | 16 +-- libavfilter/x86/Makefile | 2 + libavfilter/x86/vf_atadenoise.asm| 147 +++ libavfilter/x86/vf_atadenoise_init.c | 40