Searched refs:OVER11 (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-blend.c | 276 #define OVER11(max, alphaG, alphaA, colorA, alphaB, colorB, alphaD) \ macro 438 BLENDLOOP (OVER11, guint8, 255, 0, 255); in gst_video_blend() 448 BLENDLOOP (OVER11, guint8, 255, 0, global_alpha_val); in gst_video_blend() 462 BLENDLOOP (OVER11, guint16, 65535, 8, 65535); in gst_video_blend() 472 BLENDLOOP (OVER11, guint16, 65535, 8, global_alpha_val); in gst_video_blend()
|