Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_ciescope.c166 double xRed, yRed, /* Red primary illuminant */ member
808 X[0] = system.xRed / system.yRed; in get_rgb2xyz_matrix()
813 Z[0] = (1 - system.xRed - system.yRed) / system.yRed; in get_rgb2xyz_matrix()
1319 xy_to_upvp(cs->xRed, cs->yRed, &wup, &wvp); in plot_gamuts()
1330 xy_to_uv(cs->xRed, cs->yRed, &wu, &wv); in plot_gamuts()
1340 rx = (w - 1) * cs->xRed; in plot_gamuts()