Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffmedian.c65 #define MAX_COLOR 256 macro
654 if (tmp < (MAX_COLOR/C_LEN/2)) in create_colorcell()
655 tmp = MAX_COLOR/C_LEN-1 - tmp; in create_colorcell()
658 if (tmp < (MAX_COLOR/C_LEN/2)) in create_colorcell()
659 tmp = MAX_COLOR/C_LEN-1 - tmp; in create_colorcell()
662 if (tmp < (MAX_COLOR/C_LEN/2)) in create_colorcell()
663 tmp = MAX_COLOR/C_LEN-1 - tmp; in create_colorcell()
679 (tmp = rm[i] - (red + MAX_COLOR/C_LEN-1)) > 0 ) in create_colorcell()
682 (tmp = gm[i] - (green + MAX_COLOR/C_LEN-1)) > 0 ) in create_colorcell()
685 (tmp = bm[i] - (blue + MAX_COLOR/C_LEN-1)) > 0 ) in create_colorcell()
[all …]