Lines Matching defs:xpos
77 int16_t xpos; ///< cell coordinates in 4x4 blocks
239 offset_dst = (cell->ypos << 2) * plane->pitch + (cell->xpos << 2);
248 if ((cell->ypos << 2) + mv_y < -1 || (cell->xpos << 2) + mv_x < 0 ||
250 ((cell->xpos + cell->width) << 2) + mv_x > plane->width) {
263 if (!((cell->xpos << 2) & 15) && w >= 4) {
269 if (!((cell->xpos << 2) & 7) && w >= 2) {
600 offset = (cell->ypos << 2) * plane->pitch + (cell->xpos << 2);
618 if ((cell->ypos << 2) + mv_y < -1 || (cell->xpos << 2) + mv_x < 0 ||
620 ((cell->xpos + cell->width) << 2) + mv_x > plane->width) {
746 if (curr_cell.xpos + curr_cell.width > (plane->width >> 2) || \
749 curr_cell.xpos, curr_cell.ypos, curr_cell.width, curr_cell.height); \
779 ref_cell->xpos += curr_cell.width;
884 curr_cell.xpos = curr_cell.ypos = 0;