Re: [FFmpeg-devel] [PATCH] libavfilter OpenCL unsharpen optimization

2015-02-09 Thread Michael Niedermayer
On Mon, Feb 09, 2015 at 03:41:24PM -0800, Alexey Titov wrote: > --- > libavfilter/unsharp.h | 4 ++ > libavfilter/unsharp_opencl.c| 81 +--- > libavfilter/unsharp_opencl_kernel.h | 122 > ++-- > 3 files changed, 150 inse

[FFmpeg-devel] [PATCH] libavfilter OpenCL unsharpen optimization

2015-02-09 Thread Alexey Titov
--- libavfilter/unsharp.h | 4 ++ libavfilter/unsharp_opencl.c| 81 +--- libavfilter/unsharp_opencl_kernel.h | 122 ++-- 3 files changed, 150 insertions(+), 57 deletions(-) diff --git a/libavfilter/unsharp.h b/libavfilte