hi                120 modules/histogram.c             int y, v, u, hi;
hi                132 modules/histogram.c             hi = clip(((y<<12)          + v*5743 + 2048)>>12);  // R
hi                133 modules/histogram.c             ++histogram_proc[HISTO_R][hi];
hi                134 modules/histogram.c             hi = clip(((y<<12) - u*1411 - v*2925 + 2048)>>12);  // G
hi                135 modules/histogram.c             ++histogram_proc[HISTO_G][hi];
hi                136 modules/histogram.c             hi = clip(((y<<12) + u*7258          + 2048)>>12);  // B
hi                137 modules/histogram.c             ++histogram_proc[HISTO_B][hi];