Lines Matching defs:ptarget
259 int ptarget = 1 << (pitch >> 12);
260 if (pitch & 0x800) ptarget += (ptarget * 0x102e) / 0x2710;
261 if (pitch & 0x400) ptarget += (ptarget * 0x764) / 0x2710;
262 if (pitch & 0x200) ptarget += (ptarget * 0x389) / 0x2710;
263 ptarget += (ptarget >> 1);
264 if (ptarget > 0xffff) ptarget = 0xffff;
265 return ptarget;