Searched refs:UVSrcPitch (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dlx_video.c224 unsigned int UVSrcPitch, UVDstPitch; local in function:LXCopyPlanar
234 UVSrcPitch = ((width >> 1) + 3) & ~3;
238 VSrcOffset = USrcOffset + (UVSrcPitch * (height >> 1));
262 USrcOffset += ((top >> 1) * UVSrcPitch) + (left >> 1);
263 VSrcOffset += ((top >> 1) * UVSrcPitch) + (left >> 1);
281 pPriv->vidmem->offset + UDstOffset, UVDstPitch, UVSrcPitch,

Completed in 2 milliseconds