Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffmedian.c68 #define B_LEN (1L<<B_DEPTH) macro
90 uint32 histogram[B_LEN][B_LEN][B_LEN];
368 for (i = B_LEN*B_LEN*B_LEN; i-- > 0;) in get_histogram()
379 if ((red | green | blue) >= B_LEN) { in get_histogram()
421 uint32 hist2[B_LEN]; in splitbox()
480 iptr += B_LEN; in splitbox()
603 histp += B_LEN; in shrinkbox()
617 histp += B_LEN; in shrinkbox()
721 for (ir = 0; ir < B_LEN; ++ir) in map_colortable()
722 for (ig = 0; ig < B_LEN; ++ig) in map_colortable()
[all …]