Home
last modified time | relevance | path

Searched refs:CL_RELEASE_KERNEL (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_nlmeans_opencl.c156 CL_RELEASE_KERNEL(ctx->vert_kernel); in nlmeans_opencl_init()
157 CL_RELEASE_KERNEL(ctx->horiz_kernel); in nlmeans_opencl_init()
158 CL_RELEASE_KERNEL(ctx->accum_kernel); in nlmeans_opencl_init()
159 CL_RELEASE_KERNEL(ctx->average_kernel); in nlmeans_opencl_init()
385 CL_RELEASE_KERNEL(ctx->vert_kernel); in nlmeans_opencl_uninit()
386 CL_RELEASE_KERNEL(ctx->horiz_kernel); in nlmeans_opencl_uninit()
387 CL_RELEASE_KERNEL(ctx->accum_kernel); in nlmeans_opencl_uninit()
388 CL_RELEASE_KERNEL(ctx->average_kernel); in nlmeans_opencl_uninit()
Dvf_deshake_opencl.c1080 CL_RELEASE_KERNEL(ctx->kernel_grayscale); in deshake_opencl_uninit()
1081 CL_RELEASE_KERNEL(ctx->kernel_harris_response); in deshake_opencl_uninit()
1082 CL_RELEASE_KERNEL(ctx->kernel_refine_features); in deshake_opencl_uninit()
1083 CL_RELEASE_KERNEL(ctx->kernel_brief_descriptors); in deshake_opencl_uninit()
1084 CL_RELEASE_KERNEL(ctx->kernel_match_descriptors); in deshake_opencl_uninit()
1085 CL_RELEASE_KERNEL(ctx->kernel_crop_upscale); in deshake_opencl_uninit()
1087 CL_RELEASE_KERNEL(ctx->kernel_draw_debug_info); in deshake_opencl_uninit()
Dopencl.h101 #define CL_RELEASE_KERNEL(k) \ macro