Home
last modified time | relevance | path

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

/zscilib-3.4.0/src/colorimetry/
Dconv.c501 xyz->xyz_x = xyy->xyy_x * xyy->xyy_Y / xyy->xyy_y; in zsl_clr_conv_xyy_xyz()
502 xyz->xyz_y = xyy->xyy_Y; in zsl_clr_conv_xyy_xyz()
503 xyz->xyz_z = (1.0 - xyy->xyy_x - xyy->xyy_y) * xyy->xyy_Y / xyy->xyy_y; in zsl_clr_conv_xyy_xyz()
520 xyy->xyy_Y = xyz->xyz_y; in zsl_clr_conv_xyz_xyy()
581 xyy->xyy_Y = 1.0; in zsl_clr_conv_uv60_xyy()
818 xyy->xyy_Y = 1.0; in zsl_clr_conv_cct_xyy()
/zscilib-3.4.0/tests/src/
Dclr_conv.c90 zassert_true(xyy.xyy_Y == 1.0, NULL); in ZTEST()
116 zassert_true(xyy.xyy_Y == 1.0, NULL); in ZTEST()
/zscilib-3.4.0/include/zsl/
Dcolorimetry.h286 zsl_real_t xyy_Y; member