Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffmedian.c630 int mindist, next_n; in create_colorcell() local
697 for (n = ptr->num_ents - 1; n > 0; n = next_n) { in create_colorcell()
698 next_n = 0; in create_colorcell()
707 next_n = i; in create_colorcell()