Lines Matching refs:s2offset
2909 int new_size, offset, s2offset, s3offset;
2919 * s2offset, s3offset - byte offsets into U and V plane of the
2930 s2offset = s3offset = srcPitch2 = 0;
3059 s2offset = srcPitch * (RADEON_ALIGN(height, 2));
3060 s3offset = s2offset + srcPitch2 * ((height + 1) >> 1);
3061 s2offset += (top >> 1) * srcPitch2 + (left >> 1);
3069 tmp = s2offset;
3070 s2offset = s3offset;
3075 RADEONCopyData(pScrn, buf + s2offset, dst_start + d2line + (left >> 1),
3081 s2offset = srcPitch * height;
3083 s3offset = (srcPitch2 * (height >> 1)) + s2offset;
3087 s2offset += tmp;
3090 tmp = s2offset;
3091 s2offset = s3offset;
3096 buf + s2offset, buf + s3offset, dst_start,
3470 unsigned int offset1, offset2, offset3, offset4, s2offset, s3offset;
3483 * s2offset, s3offset - byte offsets into U and V plane of the
3494 s2offset = s3offset = srcPitch2 = 0;
3568 s2offset = srcPitch * height;
3570 s3offset = (srcPitch2 * (height >> 1)) + s2offset;