Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffmedian.c424 register uint32 *iptr, *histp; in splitbox() local
449 iptr = &histogram[ir][ig][ptr->bmin]; in splitbox()
451 *histp += *iptr++; in splitbox()
463 iptr = &histogram[ir][ig][ptr->bmin]; in splitbox()
465 *histp += *iptr++; in splitbox()
477 iptr = &histogram[ir][ptr->gmin][ib]; in splitbox()
479 *histp += *iptr; in splitbox()
480 iptr += B_LEN; in splitbox()