Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffmedian.c427 register uint32 sum, sum1, sum2; in splitbox() local
509 for (sum1 = 0, j = first; j < i; j++) in splitbox()
510 sum1 += *histp++; in splitbox()
513 new->total = sum1; in splitbox()