histo_fill        153 modules/histogram.c     unsigned int histo_fill[5];
histo_fill        291 modules/histogram.c                 histo_fill[c]=0;
histo_fill        296 modules/histogram.c                     histo_fill[c]+=histogram[c][i];
histo_fill        302 modules/histogram.c                 if (histo_fill[histo_main] < (HISTO_HEIGHT*HISTO_WIDTH)/5) { // try to adjust if average level is less than 20%
histo_fill        303 modules/histogram.c                     histo_magnification = (20*HISTO_HEIGHT*HISTO_WIDTH) / histo_fill[histo_main];