Searched refs:opencl (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dunsharp.h28 #include "libavutil/opencl.h"
74 int opencl; member in struct:UnsharpContext
H A Ddeshake.h30 #include "libavutil/opencl.h"
94 int opencl; member in struct:__anon3350
H A Dvf_unsharp.c145 if (!CONFIG_OPENCL && unsharp->opencl) {
149 if (CONFIG_OPENCL && unsharp->opencl) {
225 if (CONFIG_OPENCL && unsharp->opencl) {
246 if (CONFIG_OPENCL && unsharp->opencl) {
278 { "opencl", "use OpenCL filtering capabilities", OFFSET(opencl), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, FLAGS },
H A Dvf_deshake.c91 { "opencl", "use OpenCL filtering capabilities", OFFSET(opencl), AV_OPT_TYPE_INT, {.i64=0}, 0, 1, .flags = FLAGS },
375 if (!CONFIG_OPENCL && deshake->opencl) {
380 if (CONFIG_OPENCL && deshake->opencl) {
425 if (CONFIG_OPENCL && deshake->opencl) {
454 if (CONFIG_OPENCL && deshake->opencl) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A DMakefile65 HEADERS-$(CONFIG_OPENCL) += opencl.h
133 OBJS-$(CONFIG_OPENCL) += opencl.o opencl_internal.o
145 SKIPHEADERS-$(CONFIG_OPENCL) += opencl.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dconfigure257 --enable-opencl enable OpenCL code
1378 opencl
4799 enabled opencl && { check_lib2 OpenCL/cl.h clEnqueueNDRangeKernel -Wl,-framework,OpenCL ||
4801 die "ERROR: opencl not found"; } &&
4804 die "ERROR: opencl must be installed and version must be 1.2 or compatible"; }
5326 echo "opencl enabled ${opencl-no}"

Completed in 200 milliseconds