Searched refs:HIST_GREEN_BITS (Results 1 – 2 of 2) sorted by relevance
42 ULONG hist_size = (1 << (HIST_RED_BITS + HIST_GREEN_BITS + HIST_BLUE_BITS)); in CreatePaletteForPixelmaps()75 boxlist[0].gmax = (1 << HIST_GREEN_BITS) - 1; in CreatePaletteForPixelmaps()161 gmin = (1 << HIST_GREEN_BITS) - 1; in UpdateBox()
5 #define HIST_GREEN_BITS 6 macro