Home
last modified time | relevance | path

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

/dports/graphics/argyllcms/Argyll_V1.9.2/spectro/
H A Dmunki_imp.c5914 int fsampl; /* Index of the first sample over the threshold */ in munki_extract_patches_flash() local
6031 fsampl = -1; in munki_extract_patches_flash()
6038 if (fsampl < 0) in munki_extract_patches_flash()
6039 fsampl = i; in munki_extract_patches_flash()
6052 i = (fsampl-3-nsampl); in munki_extract_patches_flash()
6055 a1logd(p->log,7,"Ambient samples %d to %d \n",i,fsampl-3); in munki_extract_patches_flash()
6057 for (nsampl = 0; i < (fsampl-3); i++) { in munki_extract_patches_flash()
H A Di1pro_imp.c7165 int fsampl; /* Index of the first sample over the threshold */ local
7282 fsampl = -1;
7289 if (fsampl < 0)
7290 fsampl = i;
7303 i = (fsampl-3-nsampl);
7306 a1logd(p->log,7,"Ambient samples %d to %d \n",i,fsampl-3);
7308 for (nsampl = 0; i < (fsampl-3); i++) {