RGB_TO_V_CCIR    2347 ffplay.c                           v = RGB_TO_V_CCIR(r, g, b, 0);
RGB_TO_V_CCIR     325 libavcodec/dvbsub.c                     *q++ = RGB_TO_V_CCIR(r, g, b, 0);
RGB_TO_V_CCIR      90 libavfilter/drawutils.c         dst_color[2] = RGB_TO_V_CCIR(rgba_color[0], rgba_color[1], rgba_color[2], 0);
RGB_TO_V_CCIR     218 libavfilter/drawutils.c         color->comp[2].u8[0] = RGB_TO_V_CCIR(rgba[0], rgba[1], rgba[2], 0);
RGB_TO_V_CCIR      99 libavfilter/vf_drawbox.c         s->yuv_color[V] = RGB_TO_V_CCIR(rgba_color[0], rgba_color[1], rgba_color[2], 0);