Home
last modified time | relevance | path

Searched refs:RGB_TO_V_BT709 (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavutil/
Dcolorspace.h134 #define RGB_TO_V_BT709(r1, g1, b1, shift)\ macro
/third_party/ffmpeg/libavfilter/
Dvf_pseudocolor.c561 #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()
Dvf_remap_opencl.c95 …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()
Dvf_lenscorrection.c269 …rect->fill_color[2] = RGB_TO_V_BT709(rect->fill_rgba[0], rect->fill_rgba[1], rect->fill_rgba[2], 0… in config_output()
Dvf_remap.c251 … 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()
Dvf_pad_opencl.c115 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()
Dvf_histogram.c262 …s->envelope_color[2] = RGB_TO_V_BT709(s->envelope_rgba[0], s->envelope_rgba[1], s->envelope_rgba[2… in config_input()