Lines Matching defs:histbuf
412 unsigned char histbuf[BITS];
424 histbuf[i] = 0;
445 histbuf[i]++;
475 lowmax+=histbuf[i] * i;
476 highmax += histbuf[i];
477 parseprintf(DD_RAWDCF,(" %d", histbuf[i]));
497 highmax+=histbuf[i] * i;
498 cutoff +=histbuf[i];
499 parseprintf(DD_RAWDCF,(" %d", histbuf[i]));
515 if (histbuf[cutoff] > histbuf[i])
521 if (histbuf[cutoff] == histbuf[i])