Searched refs:kernel_chroma (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.h41 cl_kernel kernel_chroma; member in struct:__anon3370
H A Ddeshake_opencl.c54 param_ch.kernel = deshake->opencl_ctx.kernel_chroma;
94 deshake->opencl_ctx.kernel_chroma, 2, NULL,
134 if (!deshake->opencl_ctx.kernel_chroma) {
135 deshake->opencl_ctx.kernel_chroma = clCreateKernel(deshake->opencl_ctx.program,
151 clReleaseKernel(deshake->opencl_ctx.kernel_chroma);
H A Ddeshake.h62 cl_kernel kernel_chroma; member in struct:__anon3349
H A Dunsharp_opencl.c200 kernel2.kernel = unsharp->opencl_ctx.kernel_chroma;
223 unsharp->opencl_ctx.kernel_chroma, 2, NULL,
315 if (!unsharp->opencl_ctx.kernel_chroma) {
316 unsharp->opencl_ctx.kernel_chroma = clCreateKernel(unsharp->opencl_ctx.program, "unsharp_chroma", &ret);
344 clReleaseKernel(unsharp->opencl_ctx.kernel_chroma);

Completed in 174 milliseconds