R_shift           538 libavcodec/g2meet.c                                            ((N  >> R_shift) & 0xFF) - GN,
R_shift           539 libavcodec/g2meet.c                                            ((W  >> R_shift) & 0xFF) - GW,
R_shift           540 libavcodec/g2meet.c                                            ((NW >> R_shift) & 0xFF) - GNW);
R_shift           553 libavcodec/g2meet.c         R     = ((pred >> R_shift) & 0xFF) - TOSIGNED(delta);
R_shift           567 libavcodec/g2meet.c     return (R << R_shift) | (G << G_shift) | (B << B_shift);
R_shift           589 libavcodec/g2meet.c         *pPix = (ff_els_decode_unsigned(&dc->els_ctx, &dc->unsigned_rung) << R_shift) |
R_shift           966 libavcodec/g2meet.c                 out[0] = (in[i] >> R_shift) & 0xFF;
R_shift           986 libavcodec/g2meet.c             tr = (tr_r << R_shift) | (tr_g << G_shift) | (tr_b << B_shift);