Searched refs:rmax (Results 1 – 2 of 2) sorted by relevance
73 boxlist[0].rmax = (1 << HIST_RED_BITS) - 1; in CreatePaletteForPixelmaps()155 int rmin, rmax; in UpdateBox() local160 rmax = 0; in UpdateBox()171 for (r = boxp->rmin; r <= boxp->rmax; r++) in UpdateBox()189 if (r > rmax) in UpdateBox()191 rmax = r; in UpdateBox()220 boxp->rmax = rmax; 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 …]
18 int rmax; member