sel               384 modules/histogram.c     register unsigned int i, v, red, grn, blu, sel;
sel               402 modules/histogram.c             sel = 0;
sel               404 modules/histogram.c             if (v < red) sel = 4;
sel               405 modules/histogram.c             if (v < grn) sel |= 2;
sel               406 modules/histogram.c             if (v < blu) sel |= 1;
sel               408 modules/histogram.c             draw_pixel(x+1+i, y+HISTO_HEIGHT-v, cls[sel]);
sel               283 modules/zebra.c                     int sel;
sel               286 modules/zebra.c                     sel=0;
sel               288 modules/zebra.c                         if (clip8(((yy<<12) +           vv*5743 + 2048)>>12)>over) sel  = 4; // R
sel               289 modules/zebra.c                         if (clip8(((yy<<12) - uu*1411 - vv*2925 + 2048)>>12)>over) sel |= 2; // G
sel               290 modules/zebra.c                         if (clip8(((yy<<12) + uu*7258           + 2048)>>12)>over) sel |= 1; // B
sel               292 modules/zebra.c                     buf[s] = buf[s+1] = cls[sel];
sel               293 modules/zebra.c                     buf[s+2] = buf[s+3] = cls[sel];
sel               380 modules/zebra.c                 int sel;
sel               388 modules/zebra.c                     sel=0;
sel               390 modules/zebra.c                         if (clip8(((yy<<12) +           vv*5743 + 2048)>>12)>over) sel  = 4; // R
sel               391 modules/zebra.c                         if (clip8(((yy<<12) - uu*1411 - vv*2925 + 2048)>>12)>over) sel |= 2; // G
sel               392 modules/zebra.c                         if (clip8(((yy<<12) + uu*7258           + 2048)>>12)>over) sel |= 1; // B
sel               394 modules/zebra.c                     buf[s]=buf[s+1]=cls[sel];
sel               651 modules/zebra.c                 int sel = 0;
sel               663 modules/zebra.c                         if (clip8(((y1<<12) +           vv*5743 + 2048)>>12)>over) sel  = 4; // R
sel               664 modules/zebra.c                         if (clip8(((y1<<12) - uu*1411 - vv*2925 + 2048)>>12)>over) sel |= 2; // G
sel               665 modules/zebra.c                         if (clip8(((y1<<12) + uu*7258           + 2048)>>12)>over) sel |= 1; // B
sel               671 modules/zebra.c                         sel = (y1>over) ? 8 : (y1<conf.zebra_under) ? 9 : 0;
sel               675 modules/zebra.c                 draw_dblpixel_raw(bitmap_byte, clr[sel].yuv, clr[sel].op);
sel               676 modules/zebra.c                 if (sel)