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

/xsrc/external/mit/xf86-video-s3/dist/src/
H A Ds3_video.c373 int srcPitch, srcPitchUV = 0, dstPitch, dstSize; local in function:S3PutImage
429 srcPitchUV = ((width >> 1) + 3) & ~3;
430 offsetU = ((height >> 1) * srcPitchUV) + offsetV;
432 tmp = ((top >> 1) * srcPitchUV) + (left >> 1);
447 dst_start, srcPitch, srcPitchUV,

Completed in 2 milliseconds