Home
last modified time | relevance | path

Searched refs:coef_y (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_unsharp_opencl.c56 cl_mem coef_y; member
193 ctx->plane[p].coef_y = buffer; in unsharp_opencl_make_filter_params()
261 CL_SET_KERNEL_ARG(ctx->kernel, 6, cl_mem, &ctx->plane[p].coef_y); in unsharp_opencl_filter_frame()
315 if (ctx->plane[i].coef_y) in unsharp_opencl_uninit()
316 clReleaseMemObject(ctx->plane[i].coef_y); in unsharp_opencl_uninit()
/third_party/gstreamer/gstplugins_good/ext/gdk_pixbuf/
Dgstgdkpixbufoverlay.c308 overlay->coef_y = 0.0; in gst_gdk_pixbuf_overlay_init()
375 overlay->coef_y = g_value_get_double (value); in gst_gdk_pixbuf_overlay_set_property()
433 g_value_set_double (value, overlay->coef_y); in gst_gdk_pixbuf_overlay_get_property()
639 (overlay->coef_y * video_height); in gst_gdk_pixbuf_overlay_update_composition()
657 overlay->coef_x * 100.0, overlay->coef_y * 100.0, in gst_gdk_pixbuf_overlay_update_composition()
Dgstgdkpixbufoverlay.h62 gdouble coef_y; member
/third_party/ffmpeg/libavfilter/opencl/
Dunsharp.cl52 __constant float *coef_y)
94 sum += coef_y[y] * tmp[pos.y + 8 + y - rad_y][pos.x + 8];