Lines Matching full:cutoff
408 unsigned int i, lowmax, highmax, cutoff, span;
425 cutoff = 0;
444 cutoff += i;
458 cutoff /= lowmax;
462 cutoff = 4; /* doesn't really matter - it'll fail anyway, but gives error output */
465 parseprintf(DD_RAWDCF,("parse: cvt_rawdcf: average bit count: %d\n", cutoff));
471 for (i = 0; i <= cutoff; i++)
491 cutoff = 0;
496 cutoff +=histbuf[i];
501 if (cutoff)
503 highmax /= cutoff;
510 span = cutoff = lowmax;
513 if (histbuf[cutoff] > histbuf[i])
515 cutoff = i;
519 if (histbuf[cutoff] == histbuf[i])
525 cutoff = (cutoff + span) / 2;
527 parseprintf(DD_RAWDCF,("parse: cvt_rawdcf: lower maximum %d, higher maximum %d, cutoff %d\n", lowmax, highmax, cutoff));
538 *s = (*s >= cutoff) ? *b : *c;