Searched refs:coef_x (Results 1 – 4 of 4) sorted by relevance
55 cl_mem coef_x; member183 ctx->plane[p].coef_x = buffer; in unsharp_opencl_make_filter_params()260 CL_SET_KERNEL_ARG(ctx->kernel, 5, cl_mem, &ctx->plane[p].coef_x); in unsharp_opencl_filter_frame()313 if (ctx->plane[i].coef_x) in unsharp_opencl_uninit()314 clReleaseMemObject(ctx->plane[i].coef_x); in unsharp_opencl_uninit()
307 overlay->coef_x = 0.0; in gst_gdk_pixbuf_overlay_init()371 overlay->coef_x = g_value_get_double (value); in gst_gdk_pixbuf_overlay_set_property()430 g_value_set_double (value, overlay->coef_x); in gst_gdk_pixbuf_overlay_get_property()637 (overlay->coef_x * video_width); 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()
61 gdouble coef_x; member
51 __constant float *coef_x,81 horiz[y] += coef_x[x] * tmp[pos.y + y * 16][pos.x + 8 + x - rad_x];