Home | History | Annotate | Download | only in src

Lines Matching defs:xoffset

258     int xoffset;
361 xoffset = xpos >> 1;
362 xoffset = xoffset & 0x3; /* word align ptr */
366 prev = c_prev + (xpos >> 1) - xoffset;
368 if (xoffset || (xpos&1)) /* copy extra 4x8 */
381 if (xoffset || (xpos&1)) /* pad extra 4x8 */
387 ptr = pred + (((ypos >> 1) + 8) << 4) + xoffset;
395 xoffset = xpos >> 1;
396 xoffset = xoffset & 0x3; /* word align ptr */
399 prev = c_prev + width * (height - 8) + (xpos >> 1) - xoffset;
400 if (xoffset || (xpos&1))
413 if (xoffset || (xpos&1))
419 ptr = pred + (((ypos >> 1) - (height - 8)) << 4) + xoffset;