Searched refs:bmax (Results 1 – 2 of 2) sorted by relevance
77 boxlist[0].bmax = (1 << HIST_BLUE_BITS) - 1; in CreatePaletteForPixelmaps()157 int bmin, bmax; in UpdateBox() local164 bmax = 0; in UpdateBox()175 for (b = boxp->bmin; b <= boxp->bmax; b++) in UpdateBox()209 if (b > bmax) in UpdateBox()211 bmax = b; in UpdateBox()224 boxp->bmax = bmax; in UpdateBox()228 int bdist = ((bmax - bmin) << HIST_BLUE_SHIFT) * BLUE_SCALE; in UpdateBox()346 int bdist = ((b1->bmax - b1->bmin) << HIST_BLUE_SHIFT) * BLUE_SCALE; in median_cut()364 b1->bmax = (b1->bmax + b1->bmin) / 2; in median_cut()[all …]
22 int bmax; member