Home
last modified time | relevance | path

Searched refs:CL_CREATE_KERNEL (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_deshake_opencl.c1271 CL_CREATE_KERNEL(ctx, grayscale); in deshake_opencl_init()
1272 CL_CREATE_KERNEL(ctx, harris_response); in deshake_opencl_init()
1273 CL_CREATE_KERNEL(ctx, refine_features); in deshake_opencl_init()
1274 CL_CREATE_KERNEL(ctx, brief_descriptors); in deshake_opencl_init()
1275 CL_CREATE_KERNEL(ctx, match_descriptors); in deshake_opencl_init()
1276 CL_CREATE_KERNEL(ctx, transform); in deshake_opencl_init()
1277 CL_CREATE_KERNEL(ctx, crop_upscale); in deshake_opencl_init()
1279 CL_CREATE_KERNEL(ctx, draw_debug_info); in deshake_opencl_init()
Dopencl.h93 #define CL_CREATE_KERNEL(ctx, kernel_name) do { \ macro