Lines Matching defs:motion_y
925 int motion_x, int motion_y)
935 motion_y /= 2;
939 sy = motion_y & s_mask;
941 src_y += motion_y >> lowres + 1;
974 int motion_x, int motion_y,
992 motion_y /= 2;
996 motion_y += (bottom_field - field_select)*((1 << lowres)-1);
1000 sy = motion_y & s_mask;
1002 src_y = (mb_y * 2 * block_s >> field_based) + (motion_y >> lowres + 1);
1006 uvsy = ((motion_y >> 1) & s_mask) | (sy & 1);
1012 my = motion_y / 4;
1020 my = motion_y / 2;
1030 uvsy = motion_y & s_mask;
1036 uvsy = motion_y & s_mask;