Home | History | Annotate | Download | only in jpeg-6b

Lines Matching refs:volume

263   /* The volume (actually 2-norm) of the box */
264 INT32 volume;
283 if (boxp->colorcount > maxc && boxp->volume > 0) {
294 /* Find the splittable box with the largest (scaled) volume */
303 if (boxp->volume > maxv) {
305 maxv = boxp->volume;
315 /* and recompute its volume and population */
396 /* Update box volume.
397 * We use 2-norm rather than real volume here; this biases the method
407 boxp->volume = dist0*dist0 + dist1*dist1 + dist2*dist2;
409 /* Now scan remaining volume of box and compute population */
434 * Current algorithm: by population for first half, then by volume.
468 * (Since the box has been shrunk to minimum volume,
557 /* Shrink it to actually-used volume and set its statistics */
666 * histogram cell, which are the upper bounds of the volume we care about.
879 * histogram cell, which are the lower bounds of the volume we care about.