Lines Matching refs:motion_x
1458 int motion_x, int motion_y) in hpel_motion_lowres() argument
1467 motion_x /= 2; in hpel_motion_lowres()
1471 sx = motion_x & s_mask; in hpel_motion_lowres()
1473 src_x += motion_x >> lowres + 1; in hpel_motion_lowres()
1507 int motion_x, int motion_y, in mpeg_motion_lowres() argument
1524 motion_x /= 2; in mpeg_motion_lowres()
1532 sx = motion_x & s_mask; in mpeg_motion_lowres()
1534 src_x = s->mb_x * 2 * block_s + (motion_x >> lowres + 1); in mpeg_motion_lowres()
1538 uvsx = ((motion_x >> 1) & s_mask) | (sx & 1); in mpeg_motion_lowres()
1544 mx = motion_x / 4; in mpeg_motion_lowres()
1552 mx = motion_x / 2; in mpeg_motion_lowres()
1561 mx = motion_x / 2; in mpeg_motion_lowres()
1568 uvsx = motion_x & s_mask; in mpeg_motion_lowres()