B_shift 543 libavcodec/g2meet.c ((N >> B_shift) & 0xFF) - GN, B_shift 544 libavcodec/g2meet.c ((W >> B_shift) & 0xFF) - GW, B_shift 545 libavcodec/g2meet.c ((NW >> B_shift) & 0xFF) - GNW); B_shift 559 libavcodec/g2meet.c B = ((pred >> B_shift) & 0xFF) - TOSIGNED(delta); B_shift 567 libavcodec/g2meet.c return (R << R_shift) | (G << G_shift) | (B << B_shift); B_shift 591 libavcodec/g2meet.c (ff_els_decode_unsigned(&dc->els_ctx, &dc->unsigned_rung) << B_shift); B_shift 968 libavcodec/g2meet.c out[2] = (in[i] >> B_shift) & 0xFF; B_shift 986 libavcodec/g2meet.c tr = (tr_r << R_shift) | (tr_g << G_shift) | (tr_b << B_shift);