Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffmedian.c70 #define C_DEPTH 2 macro
633 ir = red >> (COLOR_DEPTH-C_DEPTH); in create_colorcell()
634 ig = green >> (COLOR_DEPTH-C_DEPTH); in create_colorcell()
635 ib = blue >> (COLOR_DEPTH-C_DEPTH); in create_colorcell()
648 bm[i]>>(COLOR_DEPTH-C_DEPTH) != ib) in create_colorcell()
729 (((ir>>(B_DEPTH-C_DEPTH)) << C_DEPTH*2) + in map_colortable()
730 ((ig>>(B_DEPTH-C_DEPTH)) << C_DEPTH) + in map_colortable()
731 (ib>>(B_DEPTH-C_DEPTH)))); in map_colortable()
855 (((r2>>(B_DEPTH-C_DEPTH)) << C_DEPTH*2) + in quant_fsdither()
856 ((g2>>(B_DEPTH-C_DEPTH)) << C_DEPTH ) + in quant_fsdither()
[all …]