Lines Matching refs:ypos
76 int16_t ypos; member
237 offset_dst = (cell->ypos << 2) * plane->pitch + (cell->xpos << 2); in copy_cell()
246 if ((cell->ypos << 2) + mv_y < -1 || (cell->xpos << 2) + mv_x < 0 || in copy_cell()
247 ((cell->ypos + cell->height) << 2) + mv_y > plane->height || in copy_cell()
374 if (is_top_of_cell && !cell->ypos) {\
397 if (is_top_of_cell && !cell->ypos) {\
598 offset = (cell->ypos << 2) * plane->pitch + (cell->xpos << 2); in decode_cell()
616 if ((cell->ypos << 2) + mv_y < -1 || (cell->xpos << 2) + mv_x < 0 || in decode_cell()
617 ((cell->ypos + cell->height) << 2) + mv_y > plane->height || in decode_cell()
745 curr_cell.ypos + curr_cell.height > (plane->height >> 2)) { \
747 curr_cell.xpos, curr_cell.ypos, curr_cell.width, curr_cell.height); \
767 ref_cell->ypos += curr_cell.height; in parse_bintree()
882 curr_cell.xpos = curr_cell.ypos = 0; in decode_plane()