Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstdvdspu-render.c52 guint8 *out_U; in gstspu_blend_comp_buffers() local
68 out_U = planes[1]; /* U plane */ in gstspu_blend_comp_buffers()
82 out_U += left * GST_VIDEO_INFO_COMP_PSTRIDE (&state->info, 1); in gstspu_blend_comp_buffers()
90 tmp = in_U[x] + inv_A * *out_U; in gstspu_blend_comp_buffers()
91 *out_U = (guint8) (tmp / (4 * 0xff)); in gstspu_blend_comp_buffers()
96 out_U += GST_VIDEO_INFO_COMP_PSTRIDE (&state->info, 1); in gstspu_blend_comp_buffers()
Dgstspu-vobsub.h100 guint32 *out_U; member
Dgstspu-vobsub-render.c187 state->vobsub.out_U[x / 2] += colour->U; in gstspu_vobsub_draw_rle_run()
239 state->vobsub.out_U = state->comp_bufs[0]; in gstspu_vobsub_render_line()
308 state->vobsub.out_U = state->comp_bufs[0]; in gstspu_vobsub_render_line_with_chgcol()