[FFmpeg-devel] [PATCH] libavfilter:add opencl warpper and opencl code for deshake

highgod0401 highgod0401 at gmail.com
Thu Feb 7 09:40:20 CET 2013


not many functions start with __ in ffmpeg code.
is this ok?

I have remove the __global and __kernel




highgod0401

From: compn
Date: 2013-02-07 11:31
To: ffmpeg-devel
Subject: Re: [FFmpeg-devel] [PATCH] libavfilter:add opencl warpper and opencl code for deshake
On Wed, 6 Feb 2013 20:00:03 +0800, highgod0401 wrote:
>From 0d5e7ae7127f0037270d2cba7ee13efff8c72635 Mon Sep 17 00:00:00 2001
>From: highgod0401 <highgod0401 at gmail.com>
>Date: Wed, 6 Feb 2013 19:50:01 +0800
>Subject: [PATCH] add opencl warpper and opencl code for deshake

>+__kernel void avfilter_transform(__global unsigned char *src,
>+                                 __global  unsigned char *dst,
>+                                 __global  float         *matrix,
>+                                 __global  float         *matrix2,
>+                                           int           interpolate,
>+                                           int           fillmethod,
>+                                           int           src_stride_lu,

not many functions start with __ in ffmpeg code.
is this ok?

-compn
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel at ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-add-opencl-warpper-and-opencl-code-for-deshake.patch
Type: application/octet-stream
Size: 64470 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130207/692e55ba/attachment.obj>


More information about the ffmpeg-devel mailing list