Home
last modified time | relevance | path

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

/zscilib-3.4.0/src/colorimetry/
Dconv.c113 static const zsl_real_t zsl_clr_conv_ct_uv_ohno_2014_data[304][3] = { variable
420 #define OHNO2014_LOOKUP_RECS (sizeof(zsl_clr_conv_ct_uv_ohno_2014_data) / \
421 (sizeof(zsl_clr_conv_ct_uv_ohno_2014_data[0])))
1080 d_cur = ((zsl_clr_conv_ct_uv_ohno_2014_data[i][1] - uv->uv60_u) * in zsl_clr_conv_uv60_cct_ohno2014()
1081 (zsl_clr_conv_ct_uv_ohno_2014_data[i][1] - uv->uv60_u) + in zsl_clr_conv_uv60_cct_ohno2014()
1082 (zsl_clr_conv_ct_uv_ohno_2014_data[i][2] - uv->uv60_v) * in zsl_clr_conv_uv60_cct_ohno2014()
1083 (zsl_clr_conv_ct_uv_ohno_2014_data[i][2] - uv->uv60_v)); in zsl_clr_conv_uv60_cct_ohno2014()
1092 if ((zsl_clr_conv_ct_uv_ohno_2014_data[match_idx][0] < in zsl_clr_conv_uv60_cct_ohno2014()
1093 zsl_clr_conv_ct_uv_ohno_2014_data[1][0]) || in zsl_clr_conv_uv60_cct_ohno2014()
1094 (zsl_clr_conv_ct_uv_ohno_2014_data[match_idx][0] > in zsl_clr_conv_uv60_cct_ohno2014()
[all …]