Lines Matching defs:shift
419 int shift = plane == 0;
420 int mvpos = (y >> shift) * (s->blocks_w >> shift) + (x >> shift);
422 int mv_x = s->mvectors[mvpos].x / (1 + !shift);
423 int mv_y = s->mvectors[mvpos].y / (1 + !shift);
424 int h = s->avctx->coded_height >> !shift;
425 int w = s->avctx->coded_width >> !shift;
452 int shift = plane == 0;
453 int mvpos = (y >> shift) * (s->blocks_w >> shift) + (x >> shift);
455 int mv_x = s->mvectors[mvpos].x / (1 + !shift);
456 int mv_y = s->mvectors[mvpos].y / (1 + !shift);
457 int h = s->avctx->coded_height >> !shift;
458 int w = s->avctx->coded_width >> !shift;