RGB_TO_U_CCIR 370 libavcodec/dvbsub.c *q++ = RGB_TO_U_CCIR(r, g, b, 0); RGB_TO_U_CCIR 111 libavfilter/drawutils.c dst_color[1] = RGB_TO_U_CCIR(rgba_color[0], rgba_color[1], rgba_color[2], 0); RGB_TO_U_CCIR 258 libavfilter/drawutils.c color->comp[desc->comp[1].plane].u8[desc->comp[1].offset] = draw->full_range ? RGB_TO_U_JPEG(rgba[0], rgba[1], rgba[2]) : RGB_TO_U_CCIR(rgba[0], rgba[1], rgba[2], 0); RGB_TO_U_CCIR 100 libavfilter/vf_drawbox.c s->yuv_color[U] = RGB_TO_U_CCIR(rgba_color[0], rgba_color[1], rgba_color[2], 0); RGB_TO_U_CCIR 331 libavfilter/vf_fillborders.c s->yuv_color[U] = RGB_TO_U_CCIR(s->rgba_color[R], s->rgba_color[G], s->rgba_color[B], 0);