Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/smpte/
Dgstsmpte.c396 guint8 *in1, *in2, *out, *in1u, *in1v, *in2u, *in2v, *outu, *outv; in gst_smpte_blend_i420() local
415 in2v = GST_VIDEO_FRAME_COMP_DATA (frame2, 2); in gst_smpte_blend_i420()
431 ((in1v[j / 2] * value) + (in2v[j / 2] * (256 - value))) >> 8; in gst_smpte_blend_i420()
443 in2v += GST_VIDEO_FRAME_COMP_STRIDE (frame1, 2); in gst_smpte_blend_i420()