histo_main 154 modules/histogram.c int histo_main; histo_main 172 modules/histogram.c histo_main = HISTO_Y; histo_main 174 modules/histogram.c histo_main = HISTO_RGB; histo_main 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_main 303 modules/histogram.c histo_magnification = (20*HISTO_HEIGHT*HISTO_WIDTH) / histo_fill[histo_main];