Searched refs:xyz_z (Results 1 – 4 of 4) sorted by relevance
/zscilib-3.4.0/src/colorimetry/ |
D | illuminants.c | 21 .xyz_z = 0.3558 30 .xyz_z = 0.85313 39 .xyz_z = 1.1822 48 .xyz_z = 0.82521 57 .xyz_z = 0.9214 66 .xyz_z = 1.08883 75 .xyz_z = 1.00000 84 .xyz_z = 0.8249
|
D | conv.c | 458 xyz->xyz_z += spd->comps[i].value * in zsl_clr_conv_spd_xyz() 459 obs_data->data[nm_idx].xyz_z; in zsl_clr_conv_spd_xyz() 473 xyz->xyz_z /= matches; in zsl_clr_conv_spd_xyz() 477 xyz->xyz_z /= xyz->xyz_y; in zsl_clr_conv_spd_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() 518 xyy->xyy_x = xyz->xyz_x / (xyz->xyz_x + xyz->xyz_y + xyz->xyz_z); in zsl_clr_conv_xyz_xyy() 519 xyy->xyy_y = xyz->xyz_y / (xyz->xyz_x + xyz->xyz_y + xyz->xyz_z); in zsl_clr_conv_xyz_xyy() 679 xyz->xyz_z += (bbody * obs_data->data[i].xyz_z); in zsl_clr_conv_ct_xyz() 684 xyz->xyz_z /= xyz->xyz_y; in zsl_clr_conv_ct_xyz() 1247 xyz_mtx.data[2] = xyz->xyz_z; in zsl_clr_conv_xyz_rgbf()
|
/zscilib-3.4.0/tests/src/ |
D | clr_conv.c | 22 zassert_true(val_is_equal(xyz.xyz_z, 1.0056107, 1E-5), NULL); in ZTEST() 40 zassert_true(val_is_equal(xyz.xyz_z, 0.9751908, 1E-6), NULL); in ZTEST() 143 zassert_true(val_is_equal(xyz.xyz_z, 0.3674785, 1E-6), NULL); in ZTEST() 165 zassert_true(val_is_equal(xyz.xyz_z, 0.388853391245, 1E-3), NULL); in ZTEST() 170 zassert_true(val_is_equal(xyz.xyz_z, 0.388853391245, 1E-4), NULL); in ZTEST()
|
/zscilib-3.4.0/include/zsl/ |
D | colorimetry.h | 264 zsl_real_t xyz_z; member 445 zsl_real_t xyz_z; member 468 zsl_real_t xyz_z; member
|