Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/videomixer/
Dblend.c167 #define YUV_TO_B(Y,U,V) (CLAMP (1.164 * (Y - 16) + 2.018 * (U - 128), 0, 255)) macro
185 c3 = YUV_TO_B (Y, U, V); \
759 blue = YUV_TO_B (colY, colU, colV); \
/third_party/gstreamer/gstplugins_base/gst/compositor/
Dblend.c224 #define YUV_TO_B(Y,U,V) (CLAMP (1.164 * (Y - 16) + 2.018 * (U - 128), 0, 255)) macro
242 c3 = YUV_TO_B (Y, U, V); \
875 blue = YUV_TO_B (colY, colU, colV); \