Lines Matching defs:highmax
538 register unsigned int i, lowmax, highmax, cutoff, span;
624 highmax = 0; /* bitcount */
633 highmax += histbuf[i];
641 lowmax += highmax / 2;
648 if (highmax)
650 lowmax /= highmax;
657 highmax = 0; /* weighted sum of upper bits counts */
665 highmax+=histbuf[i] * i;
676 highmax /= cutoff;
680 highmax = BITS-1;
685 * lowmax <= cutoff(initial guess) <= highmax
690 * find the minimum between lowmax and highmax (detecting
694 for (i = lowmax; i <= highmax; i++)
721 DPRINTF(("parse: cvt_rawdcf: lower maximum %d, higher maximum %d, cutoff %d\n", lowmax, highmax, cutoff));