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