Lines Matching refs:cutoff
410 unsigned int i, lowmax, highmax, cutoff, span; in cvt_rawdcf() local
427 cutoff = 0; in cvt_rawdcf()
446 cutoff += i; in cvt_rawdcf()
460 cutoff /= lowmax; in cvt_rawdcf()
464 … cutoff = 4; /* doesn't really matter - it'll fail anyway, but gives error output */ in cvt_rawdcf()
467 parseprintf(DD_RAWDCF,("parse: cvt_rawdcf: average bit count: %d\n", cutoff)); in cvt_rawdcf()
473 for (i = 0; i <= cutoff; i++) in cvt_rawdcf()
493 cutoff = 0; in cvt_rawdcf()
498 cutoff +=histbuf[i]; in cvt_rawdcf()
503 if (cutoff) in cvt_rawdcf()
505 highmax /= cutoff; in cvt_rawdcf()
512 span = cutoff = lowmax; in cvt_rawdcf()
515 if (histbuf[cutoff] > histbuf[i]) in cvt_rawdcf()
517 cutoff = i; in cvt_rawdcf()
521 if (histbuf[cutoff] == histbuf[i]) in cvt_rawdcf()
527 cutoff = (cutoff + span) / 2; in cvt_rawdcf()
529 …,("parse: cvt_rawdcf: lower maximum %d, higher maximum %d, cutoff %d\n", lowmax, highmax, cutoff)); in cvt_rawdcf()
540 *s = (*s >= cutoff) ? *b : *c; in cvt_rawdcf()