Searched refs:HIST_RED_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()73 boxlist[0].rmax = (1 << HIST_RED_BITS) - 1; in CreatePaletteForPixelmaps()159 rmin = (1 << HIST_RED_BITS) - 1; in UpdateBox()
4 #define HIST_RED_BITS 5 macro