Searched refs:RGB_TO_V_BT709 (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | colorspace.h | 134 #define RGB_TO_V_BT709(r1, g1, b1, shift)\ macro
|
/third_party/ffmpeg/libavfilter/ |
D | vf_pseudocolor.c | 561 #define RGB_TO_V_BT709(r1, g1, b1, max) \ macro 673 double v = RGB_TO_V_BT709(r, g, b, s->max); in config_input() 697 double v = RGB_TO_V_BT709(r, g, b, s->max); in config_input()
|
D | vf_remap_opencl.c | 95 …ctx->cl_fill_color.s[2] = RGB_TO_V_BT709(ctx->fill_rgba[0], ctx->fill_rgba[1], ctx->fill_rgba[2], … in remap_opencl_load()
|
D | vf_lenscorrection.c | 269 …rect->fill_color[2] = RGB_TO_V_BT709(rect->fill_rgba[0], rect->fill_rgba[1], rect->fill_rgba[2], 0… in config_output()
|
D | vf_remap.c | 251 … s->fill_color[2] = RGB_TO_V_BT709(s->fill_rgba[0], s->fill_rgba[1], s->fill_rgba[2], 0) * factor; in config_input()
|
D | vf_pad_opencl.c | 115 ctx->pad_color[2] = RGB_TO_V_BT709(ctx->pad_rgba[0], ctx->pad_rgba[1], ctx->pad_rgba[2], 0); in pad_opencl_init()
|
D | vf_histogram.c | 262 …s->envelope_color[2] = RGB_TO_V_BT709(s->envelope_rgba[0], s->envelope_rgba[1], s->envelope_rgba[2… in config_input()
|