Searched refs:in1v (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/smpte/ |
D | gstsmpte.c | 396 guint8 *in1, *in2, *out, *in1u, *in1v, *in2u, *in2v, *outu, *outv; in gst_smpte_blend_i420() local 413 in1v = GST_VIDEO_FRAME_COMP_DATA (frame1, 2); in gst_smpte_blend_i420() 431 ((in1v[j / 2] * value) + (in2v[j / 2] * (256 - value))) >> 8; in gst_smpte_blend_i420() 442 in1v += GST_VIDEO_FRAME_COMP_STRIDE (frame1, 2); in gst_smpte_blend_i420()
|