Searched refs:build_opts (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dopencl.h207 * @param build_opts pointer to a string that describes the preprocessor
211 cl_program av_opencl_compile(const char *program_name, const char* build_opts);
H A Dopencl.c424 cl_program av_opencl_compile(const char *program_name, const char *build_opts) argument
459 status = clBuildProgram(program, 1, &(opencl_ctx.device_id), build_opts, NULL, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dunsharp_opencl.c276 char build_opts[96]; local
300 snprintf(build_opts, 96, "-D LU_RADIUS_X=%d -D LU_RADIUS_Y=%d -D CH_RADIUS_X=%d -D CH_RADIUS_Y=%d",
302 unsharp->opencl_ctx.program = av_opencl_compile("unsharp", build_opts);

Completed in 60 milliseconds