Lines Matching refs:motion_y
1458 int motion_x, int motion_y) in hpel_motion_lowres() argument
1468 motion_y /= 2; in hpel_motion_lowres()
1472 sy = motion_y & s_mask; in hpel_motion_lowres()
1474 src_y += motion_y >> lowres + 1; in hpel_motion_lowres()
1507 int motion_x, int motion_y, in mpeg_motion_lowres() argument
1525 motion_y /= 2; in mpeg_motion_lowres()
1529 motion_y += (bottom_field - field_select)*((1 << lowres)-1); in mpeg_motion_lowres()
1533 sy = motion_y & s_mask; in mpeg_motion_lowres()
1535 src_y = (mb_y * 2 * block_s >> field_based) + (motion_y >> lowres + 1); in mpeg_motion_lowres()
1539 uvsy = ((motion_y >> 1) & s_mask) | (sy & 1); in mpeg_motion_lowres()
1545 my = motion_y / 4; in mpeg_motion_lowres()
1553 my = motion_y / 2; in mpeg_motion_lowres()
1563 uvsy = motion_y & s_mask; in mpeg_motion_lowres()
1569 uvsy = motion_y & s_mask; in mpeg_motion_lowres()