HISTO_R           133 modules/histogram.c             ++histogram_proc[HISTO_R][hi];
HISTO_R           247 modules/histogram.c                 histogram_proc[HISTO_R][i] = histogram_proc[HISTO_R][c] + histogram_proc[HISTO_R][c+1];
HISTO_R           252 modules/histogram.c                 histogram_proc[HISTO_RGB][i] = histogram_proc[HISTO_R][i] + histogram_proc[HISTO_G][i] + histogram_proc[HISTO_B][i];
HISTO_R           334 modules/histogram.c         case HISTO_R:
HISTO_R           397 modules/histogram.c         red = histogram[HISTO_R][i];
HISTO_R           444 modules/histogram.c                 gui_osd_draw_single_histo(HISTO_R, conf.histo_pos.x, conf.histo_pos.y, 0);
HISTO_R           451 modules/histogram.c                 gui_osd_draw_single_histo(HISTO_R, conf.histo_pos.x+HISTO_WIDTH/2+1, conf.histo_pos.y+HISTO_HEIGHT, 1);
HISTO_R           458 modules/histogram.c                 gui_osd_draw_single_histo(HISTO_R, conf.histo_pos.x+HISTO_WIDTH/2+1, conf.histo_pos.y+HISTO_HEIGHT, 1);