Searched refs:rmin (Results 1 – 2 of 2) sorted by relevance
72 boxlist[0].rmin = 0; in CreatePaletteForPixelmaps()155 int rmin, rmax; in UpdateBox() local159 rmin = (1 << HIST_RED_BITS) - 1; in UpdateBox()171 for (r = boxp->rmin; r <= boxp->rmax; r++) in UpdateBox()184 if (r < rmin) in UpdateBox()186 rmin = r; in UpdateBox()219 boxp->rmin = rmin; in UpdateBox()226 int rdist = ((rmax - rmin) << HIST_RED_SHIFT) * RED_SCALE; in UpdateBox()344 int rdist = ((b1->rmax - b1->rmin) << HIST_RED_SHIFT) * RED_SCALE; in median_cut()352 b1->rmax = (b1->rmax + b1->rmin) / 2; in median_cut()[all …]
17 int rmin; member