Home
last modified time | relevance | path

Searched refs:bmin (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.4.1/guix_studio/
Dpalette_creater.cpp76 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()
[all …]
Dpalette_creater.h21 int bmin; member