HISTO_RGB         123 modules/histogram.c         histo_main = HISTO_RGB;
HISTO_RGB         215 modules/histogram.c                 histogram_proc[HISTO_RGB][i] = histogram_proc[HISTO_R][i] + histogram_proc[HISTO_G][i] + histogram_proc[HISTO_B][i];
HISTO_RGB         236 modules/histogram.c             if (histo_max[HISTO_RGB] > 0) { // over- / under- expos
HISTO_RGB         237 modules/histogram.c                 under_exposed = (histogram_proc[HISTO_RGB][0]*8
HISTO_RGB         238 modules/histogram.c                                 +histogram_proc[HISTO_RGB][1]*4
HISTO_RGB         239 modules/histogram.c                                 +histogram_proc[HISTO_RGB][2]) > exposition_thresh;
HISTO_RGB         241 modules/histogram.c                 over_exposed  = (histogram_proc[HISTO_RGB][HISTO_WIDTH-3]
HISTO_RGB         242 modules/histogram.c                                 +histogram_proc[HISTO_RGB][HISTO_WIDTH-2]*4
HISTO_RGB         243 modules/histogram.c                                 +histogram_proc[HISTO_RGB][HISTO_WIDTH-1]*8) > exposition_thresh;
HISTO_RGB         306 modules/histogram.c         case HISTO_RGB:
HISTO_RGB         403 modules/histogram.c                 gui_osd_draw_single_histo(HISTO_RGB, conf.histo_pos.x, conf.histo_pos.y, 0);
HISTO_RGB         412 modules/histogram.c                 gui_osd_draw_single_histo(HISTO_RGB, conf.histo_pos.x, conf.histo_pos.y, 0);
HISTO_RGB         420 modules/histogram.c                 gui_osd_draw_single_histo(HISTO_RGB, conf.histo_pos.x, conf.histo_pos.y+HISTO_HEIGHT, 1);
HISTO_RGB         434 modules/histogram.c                 gui_osd_draw_single_histo(HISTO_RGB, conf.histo_pos.x, conf.histo_pos.y, 0);