Lines Matching refs:mv_x
233 int h, w, mv_x, mv_y, offset, offset_dst; in copy_cell() local
241 mv_x = cell->mv_ptr[1]; in copy_cell()
243 mv_x= mv_y= 0; in copy_cell()
246 if ((cell->ypos << 2) + mv_y < -1 || (cell->xpos << 2) + mv_x < 0 || in copy_cell()
248 ((cell->xpos + cell->width) << 2) + mv_x > plane->width) { in copy_cell()
254 offset = offset_dst + mv_y * plane->pitch + mv_x; in copy_cell()
585 int x, mv_x, mv_y, mode, vq_index, prim_indx, second_indx; in decode_cell() local
613 mv_x = cell->mv_ptr[1]; in decode_cell()
616 if ((cell->ypos << 2) + mv_y < -1 || (cell->xpos << 2) + mv_x < 0 || in decode_cell()
618 ((cell->xpos + cell->width) << 2) + mv_x > plane->width) { in decode_cell()
624 offset += mv_y * plane->pitch + mv_x; in decode_cell()