RGB_TO_U_CCIR    2346 ffplay.c                           u = RGB_TO_U_CCIR(r, g, b, 0);
RGB_TO_U_CCIR     326 libavcodec/dvbsub.c                     *q++ = RGB_TO_U_CCIR(r, g, b, 0);
RGB_TO_U_CCIR      89 libavfilter/drawutils.c         dst_color[1] = RGB_TO_U_CCIR(rgba_color[0], rgba_color[1], rgba_color[2], 0);
RGB_TO_U_CCIR     217 libavfilter/drawutils.c         color->comp[1].u8[0] = RGB_TO_U_CCIR(rgba[0], rgba[1], rgba[2], 0);
RGB_TO_U_CCIR      98 libavfilter/vf_drawbox.c         s->yuv_color[U] = RGB_TO_U_CCIR(rgba_color[0], rgba_color[1], rgba_color[2], 0);