Lines Matching refs:bmin
76 boxlist[0].bmin = 0; in CreatePaletteForPixelmaps()
157 int bmin, bmax; in UpdateBox() local
163 bmin = (1 << HIST_BLUE_BITS) - 1; in UpdateBox()
175 for (b = boxp->bmin; b <= boxp->bmax; b++) in UpdateBox()
204 if (b < bmin) in UpdateBox()
206 bmin = b; in UpdateBox()
223 boxp->bmin = bmin; 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()
365 b2->bmin = (b1->bmax + 1); in median_cut()
392 for (b = boxp->bmin; b <= boxp->bmax; b++) in ComputeColor()