Searched refs:RGB_TO_Y_CCIR (Results 1 – 4 of 4) sorted by relevance
98 #define RGB_TO_Y_CCIR(r, g, b) \ macro
368 *q++ = RGB_TO_Y_CCIR(r, g, b); in dvbsub_encode()
249 s->yuv_color[Y] = RGB_TO_Y_CCIR(s->rgba_color[0], s->rgba_color[1], s->rgba_color[2]); in init()
647 s->yuv_color[Y] = RGB_TO_Y_CCIR(s->rgba_color[R], s->rgba_color[G], s->rgba_color[B]); in config_input()