histo_max          56 modules/histogram.c unsigned int histo_max[5], histo_max_center[5];             // RGBYG
histo_max         226 modules/histogram.c                 histo_max[c] = histo_max_center[c] = 0;
histo_max         258 modules/histogram.c                     if (histo_max[c]<histogram_proc[c][i])
histo_max         259 modules/histogram.c                         histo_max[c]=histogram_proc[c][i];
histo_max         266 modules/histogram.c                 } else if (histo_max[c] > 0) {
histo_max         267 modules/histogram.c                     histo_max_center_invw[c] = ((float)HISTO_HEIGHT)/histogram_transform((float)histo_max[c]);
histo_max         273 modules/histogram.c             if (histo_max[HISTO_RGB] > 0) { // over- / under- expos