Home
last modified time | relevance | path

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

/dports/graphics/argyllcms/Argyll_V1.9.2/spectro/
H A Dmunki_imp.c5269 double white_avg; /* Average of (aproximate) white data */ in munki_extract_patches_multimeas() local
5811 white_avg = 0.0; in munki_extract_patches_multimeas()
5813 white_avg += maxval[j]; in munki_extract_patches_multimeas()
5814 white_avg /= (m->nraw - 2.0); in munki_extract_patches_multimeas()
5861 cons = (maxavg - minavg)/white_avg; in munki_extract_patches_multimeas()
H A Di1pro_imp.c6454 double white_avg; /* Average of (aproximate) white data */ local
7050 white_avg = 0.0;
7052 white_avg += maxval[j];
7053 white_avg /= (m->nraw - 2.0);
7114 cons = (maxavg - minavg)/white_avg;
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Davision.c7819 uint16_t white_avg = WHITE_MAP_RANGE; in reader_process() local
7824 white_avg = get_double_le (white_avg_data); in reader_process()
7832 v = (v - dark_avg) * white_avg / WHITE_MAP_RANGE; in reader_process()