G_shift           531 libavcodec/g2meet.c         GN  = (N  >> G_shift) & 0xFF;
G_shift           532 libavcodec/g2meet.c         GW  = (W  >> G_shift) & 0xFF;
G_shift           533 libavcodec/g2meet.c         GNW = (NW >> G_shift) & 0xFF;
G_shift           556 libavcodec/g2meet.c         G     = ((pred >> G_shift) & 0xFF) - TOSIGNED(delta);
G_shift           567 libavcodec/g2meet.c     return (R << R_shift) | (G << G_shift) | (B << B_shift);
G_shift           590 libavcodec/g2meet.c                 (ff_els_decode_unsigned(&dc->els_ctx, &dc->unsigned_rung) << G_shift) |
G_shift           967 libavcodec/g2meet.c                 out[1] = (in[i] >> G_shift) & 0xFF;
G_shift           986 libavcodec/g2meet.c             tr = (tr_r << R_shift) | (tr_g << G_shift) | (tr_b << B_shift);