Searched refs:YUV_TO_RGB2_CCIR (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | colorspace.h | 55 #define YUV_TO_RGB2_CCIR(r, g, b, y1)\ macro
|
/third_party/ffmpeg/libavcodec/ |
D | dvdsubdec.c | 62 YUV_TO_RGB2_CCIR(r, g, b, y); in yuv_a_to_rgba() 671 YUV_TO_RGB2_CCIR(r, g, b, y); in parse_ifo_palette()
|
D | pgssubdec.c | 367 YUV_TO_RGB2_CCIR(r, g, b, y); in parse_palette_segment()
|
D | dvbsubdec.c | 1126 YUV_TO_RGB2_CCIR(r, g, b, y); in dvbsub_parse_clut_segment()
|