Searched refs:kernel_luma (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dunsharp.h40 cl_kernel kernel_luma; member in struct:__anon3370
H A Ddeshake_opencl.c53 param_lu.kernel = deshake->opencl_ctx.kernel_luma;
91 deshake->opencl_ctx.kernel_luma, 2, NULL,
126 if (!deshake->opencl_ctx.kernel_luma) {
127 deshake->opencl_ctx.kernel_luma = clCreateKernel(deshake->opencl_ctx.program,
150 clReleaseKernel(deshake->opencl_ctx.kernel_luma);
H A Ddeshake.h61 cl_kernel kernel_luma; member in struct:__anon3349
H A Dunsharp_opencl.c183 kernel1.kernel = unsharp->opencl_ctx.kernel_luma;
220 unsharp->opencl_ctx.kernel_luma, 2, NULL,
308 if (!unsharp->opencl_ctx.kernel_luma) {
309 unsharp->opencl_ctx.kernel_luma = clCreateKernel(unsharp->opencl_ctx.program, "unsharp_luma", &ret);
343 clReleaseKernel(unsharp->opencl_ctx.kernel_luma);

Completed in 102 milliseconds