Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstdvdspu-render.c53 guint8 *out_V; in gstspu_blend_comp_buffers() local
69 out_V = planes[2]; /* V plane */ in gstspu_blend_comp_buffers()
83 out_V += left * GST_VIDEO_INFO_COMP_PSTRIDE (&state->info, 2); in gstspu_blend_comp_buffers()
93 tmp = in_V[x] + inv_A * *out_V; in gstspu_blend_comp_buffers()
94 *out_V = (guint8) (tmp / (4 * 0xff)); in gstspu_blend_comp_buffers()
97 out_V += GST_VIDEO_INFO_COMP_PSTRIDE (&state->info, 2); in gstspu_blend_comp_buffers()
Dgstspu-vobsub.h101 guint32 *out_V; member
Dgstspu-vobsub-render.c188 state->vobsub.out_V[x / 2] += colour->V; in gstspu_vobsub_draw_rle_run()
240 state->vobsub.out_V = state->comp_bufs[1]; in gstspu_vobsub_render_line()
309 state->vobsub.out_V = state->comp_bufs[1]; in gstspu_vobsub_render_line_with_chgcol()