Home
last modified time | relevance | path

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

/zscilib-3.4.0/src/colorimetry/
Dconv.c1057 int match_idx; /* Lookup index for d_best values. */ in zsl_clr_conv_uv60_cct_ohno2014() local
1077 match_idx = 0; in zsl_clr_conv_uv60_cct_ohno2014()
1087 match_idx = i; 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()
1094 (zsl_clr_conv_ct_uv_ohno_2014_data[match_idx][0] > in zsl_clr_conv_uv60_cct_ohno2014()
1100 d_prev = ((zsl_clr_conv_ct_uv_ohno_2014_data[match_idx - 1][1] - in zsl_clr_conv_uv60_cct_ohno2014()
1102 (zsl_clr_conv_ct_uv_ohno_2014_data[match_idx - 1][1] - in zsl_clr_conv_uv60_cct_ohno2014()
1104 (zsl_clr_conv_ct_uv_ohno_2014_data[match_idx - 1][2] - in zsl_clr_conv_uv60_cct_ohno2014()
1106 (zsl_clr_conv_ct_uv_ohno_2014_data[match_idx - 1][2] - in zsl_clr_conv_uv60_cct_ohno2014()
1110 d_next = ((zsl_clr_conv_ct_uv_ohno_2014_data[match_idx + 1][1] - in zsl_clr_conv_uv60_cct_ohno2014()
[all …]