Searched refs:B_DEPTH (Results 1 – 1 of 1) sorted by relevance
67 #define B_DEPTH 5 /* # bits/pixel to use */ macro68 #define B_LEN (1L<<B_DEPTH)73 #define COLOR_SHIFT (COLOR_DEPTH-B_DEPTH)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()857 (b2>>(B_DEPTH-C_DEPTH)))); in quant_fsdither()