HISTO_B 137 modules/histogram.c ++histogram_proc[HISTO_B][hi]; HISTO_B 249 modules/histogram.c histogram_proc[HISTO_B][i] = histogram_proc[HISTO_B][c] + histogram_proc[HISTO_B][c+1]; HISTO_B 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_B 340 modules/histogram.c case HISTO_B: HISTO_B 399 modules/histogram.c blu = histogram[HISTO_B][i]; HISTO_B 446 modules/histogram.c gui_osd_draw_single_histo(HISTO_B, conf.histo_pos.x, conf.histo_pos.y+HISTO_HEIGHT*2, 0); HISTO_B 453 modules/histogram.c gui_osd_draw_single_histo(HISTO_B, conf.histo_pos.x+HISTO_WIDTH/2+1, conf.histo_pos.y+HISTO_HEIGHT+HISTO_HEIGHT/2, 1); HISTO_B 460 modules/histogram.c gui_osd_draw_single_histo(HISTO_B, conf.histo_pos.x+HISTO_WIDTH/2+1, conf.histo_pos.y+HISTO_HEIGHT+HISTO_HEIGHT/2, 1);