Searched refs:UVDstPitch (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
235 UVDstPitch = ((width >> 1) + 15) & ~15;
241 VDstOffset = UDstOffset + (UVDstPitch * (height >> 1));
244 size += UVDstPitch * height;
267 UDstOffset += ((top >> 1) * UVDstPitch) + (left >> 1);
268 VDstOffset += ((top >> 1) * UVDstPitch) + (left >> 1);
281 pPriv->vidmem->offset + UDstOffset, UVDstPitch, UVSrcPitch,
286 videoScratch.UVPitch = UVDstPitch;

Completed in 2 milliseconds