Searched refs:bmin (Results 1 – 2 of 2) sorted by relevance
76 boxlist[0].bmin = 0; in CreatePaletteForPixelmaps()157 int bmin, bmax; in UpdateBox() local163 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()[all …]
21 int bmin; member