Searched refs:opencl_ctx (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Ddeshake_opencl.c53 param_lu.kernel = deshake->opencl_ctx.kernel_luma;
54 param_ch.kernel = deshake->opencl_ctx.kernel_chroma;
61 FF_OPENCL_PARAM_INFO(deshake->opencl_ctx.cl_inbuf),
62 FF_OPENCL_PARAM_INFO(deshake->opencl_ctx.cl_outbuf),
74 FF_OPENCL_PARAM_INFO(deshake->opencl_ctx.cl_inbuf),
75 FF_OPENCL_PARAM_INFO(deshake->opencl_ctx.cl_outbuf),
90 status = clEnqueueNDRangeKernel(deshake->opencl_ctx.command_queue,
91 deshake->opencl_ctx.kernel_luma, 2, NULL,
93 status |= clEnqueueNDRangeKernel(deshake->opencl_ctx.command_queue,
94 deshake->opencl_ctx
[all...]
H A Dunsharp_opencl.c134 mask_matrix[0] = unsharp->opencl_ctx.cl_luma_mask;
135 mask_matrix[1] = unsharp->opencl_ctx.cl_chroma_mask;
143 unsharp->opencl_ctx.use_fast_kernels = 0;
145 unsharp->opencl_ctx.use_fast_kernels = 1;
176 if (unsharp->opencl_ctx.use_fast_kernels) {
183 kernel1.kernel = unsharp->opencl_ctx.kernel_luma;
185 FF_OPENCL_PARAM_INFO(unsharp->opencl_ctx.cl_inbuf),
186 FF_OPENCL_PARAM_INFO(unsharp->opencl_ctx.cl_outbuf),
187 FF_OPENCL_PARAM_INFO(unsharp->opencl_ctx.cl_luma_mask),
200 kernel2.kernel = unsharp->opencl_ctx
[all...]
H A Dunsharp.h76 UnsharpOpenclContext opencl_ctx; member in struct:UnsharpContext
H A Ddeshake.h96 DeshakeOpenclContext opencl_ctx; member in struct:__anon3350
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dopencl.c104 static OpenclContext opencl_ctx = {&openclutils_class}; variable
212 av_log(&opencl_ctx, AV_LOG_ERROR,
221 av_log(&opencl_ctx, AV_LOG_ERROR,
267 av_log(&opencl_ctx, AV_LOG_WARNING,
286 av_log(&opencl_ctx, AV_LOG_WARNING,
310 av_log(&opencl_ctx, AV_LOG_ERROR, "Could not allocate opencl device list\n");
315 av_log(&opencl_ctx, AV_LOG_ERROR, "Could not get device list from environment\n");
356 if (!opencl_ctx.opt_init_flag) {
357 av_opt_set_defaults(&opencl_ctx);
358 opencl_ctx
491 init_opencl_env(OpenclContext *opencl_ctx, AVOpenCLExternalEnv *ext_opencl_env) argument
[all...]

Completed in 126 milliseconds