Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstdvdspu-render.c88 guint16 inv_A = (4 * 0xff) - in_A[x]; in gstspu_blend_comp_buffers() local
90 tmp = in_U[x] + inv_A * *out_U; in gstspu_blend_comp_buffers()
93 tmp = in_V[x] + inv_A * *out_V; in gstspu_blend_comp_buffers()
Dgstspu-pgs.c269 guint32 inv_A = 0xff - colour->A; in pgs_composition_object_render() local
274 planes[0][x] = (inv_A * planes[0][x] + colour->Y) / 0xff; in pgs_composition_object_render()
Dgstspu-vobsub-render.c181 guint32 inv_A = 0xff - colour->A; in gstspu_vobsub_draw_rle_run() local
186 (inv_A * state->vobsub.out_Y[x] + colour->Y) / 0xff; in gstspu_vobsub_draw_rle_run()