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

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_xv.c505 int s2offset, s3offset, tmp; local in function:glamor_xv_put_image
508 s2offset = s3offset = srcPitch2 = 0;
567 s2offset = srcPitch * height;
568 s3offset = s2offset + (srcPitch2 * ((height + 1) >> 1));
569 s2offset += ((top >> 1) * srcPitch2);
572 tmp = s2offset;
573 s2offset = s3offset;
593 buf + s2offset, srcPitch2);
601 s2offset = srcPitch * height;
602 s2offset
[all...]
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_textured_video.c248 int s2offset, s3offset, tmp; local in function:RADEONPutImageTextured
256 s2offset = s3offset = srcPitch2 = 0;
425 s2offset = srcPitch * (RADEON_ALIGN(height, 2));
426 s3offset = s2offset + (srcPitch2 * ((height + 1) >> 1));
427 s2offset += ((top >> 1) * srcPitch2);
431 tmp = s2offset;
432 s2offset = s3offset;
436 buf + s2offset, buf + s3offset, pPriv->src_addr + (top * dstPitch),
440 tmp = s2offset;
441 s2offset
[all...]
H A Dradeon_video.c2909 int new_size, offset, s2offset, s3offset; local in function:RADEONPutImage
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
3470 unsigned int offset1, offset2, offset3, offset4, s2offset, s3offset; local in function:RADEONPutVideo
[all...]
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_textured_video.c234 int s2offset, s3offset, tmp; local in function:RADEONPutImageTextured
245 s2offset = s3offset = srcPitch2 = 0;
372 s2offset = srcPitch * (RADEON_ALIGN(height, 2));
373 s3offset = s2offset + (srcPitch2 * ((height + 1) >> 1));
374 s2offset += ((top >> 1) * srcPitch2);
378 tmp = s2offset;
379 s2offset = s3offset;
383 buf + s2offset, buf + s3offset, pPriv->src_addr + (top * dstPitch),
387 tmp = s2offset;
388 s2offset
[all...]
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_video.c857 int new_size, offset, s1offset, s2offset, s3offset; local in function:R128PutImage
880 * s1offset, s2offset, s3offset - byte offsets to the Y, U and V planes
927 s2offset = srcPitch * height;
928 s3offset = (srcPitch2 * (height >> 1)) + s2offset;
938 s2offset = 0;
976 s2offset += tmp;
979 tmp = s2offset;
980 s2offset = s3offset;
985 R128CopyData420(info, buf + s1offset, buf + s2offset, buf + s3offset,
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_gx2_video.c815 static int offset, s1offset = 0, s2offset = 0, s3offset = 0; variable in typeref:typename:int
1076 s2offset = srcPitch * height;
1082 s3offset = (srcPitch2 * (height >> 1)) + s2offset;
1130 s2offset += tmp;
1133 tmp = s2offset;
1134 s2offset = s3offset;
1180 GX2CopyData420(buf + s2offset, dst_start + d2offset, srcPitch2,
H A Dnsc_gx1_video.c863 static int offset, s1offset = 0, s2offset = 0, s3offset = 0; variable in typeref:typename:int
1142 s2offset = srcPitch * height;
1144 s3offset = (srcPitch2 * (height >> 1)) + s2offset;
1186 s2offset += tmp;
1189 tmp = s2offset;
1190 s2offset = s3offset;
1236 GX1CopyMungedData(buf + s1offset, buf + s2offset,
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dnv_video.c1012 int newSize, offset, s2offset, s3offset; local in function:NVPutImage
1020 * s2offset, s3offset - byte offsets into U and V plane of the
1033 s2offset = s3offset = srcPitch2 = 0;
1070 s2offset = srcPitch * height;
1072 s3offset = (srcPitch2 * (height >> 1)) + s2offset;
1145 s2offset += tmp;
1148 tmp = s2offset;
1149 s2offset = s3offset;
1153 buf + s2offset, buf + s3offset,
/xsrc/external/mit/xf86-video-tdfx/dist/src/
H A Dtdfx_video.c898 int s2offset = 0, s3offset = 0; local in function:TDFXPutImageOverlay
909 * s2offset, s3offset - byte offsets into U and V plane of the
950 s2offset = srcPitch * height;
952 s3offset = (srcPitch2 * (height >> 1)) + s2offset;
993 s2offset += tmp;
996 tmp = s2offset;
997 s2offset = s3offset;
1002 TDFXCopyMungedData(buf + (top * srcPitch) + left, buf + s2offset,
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgx_video.c777 static int offset, s1offset = 0, s2offset = 0, s3offset = 0; variable in typeref:typename:int
1104 s2offset = srcPitch * height;
1110 s3offset = (srcPitch2 * (height >> 1)) + s2offset;
1160 s2offset += tmp;
1163 tmp = s2offset;
1164 s2offset = s3offset;
1209 GXCopyData420(buf + s2offset, dst_start + d2offset, srcPitch2,
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnouveau_xv.c906 int *srcPitch2, int *dstPitch, int *s2offset,
921 *s2offset = *srcPitch * height;
923 *s3offset = (*srcPitch2 * (height >> 1)) + *s2offset;
956 tmp = *s2offset;
957 *s2offset = *s3offset;
1139 int offset = 0, uv_offset = 0, s2offset = 0, s3offset = 0; local in function:NVPutImage
1174 &srcPitch2, &dstPitch, &s2offset,
1191 s2offset += tmp;
1285 buf + s2offset, buf + s3offset,
1302 NVCopyNV12ColorPlanes(buf + s2offset,
905 NV_calculate_pitches_and_mem_size(NVPtr pNv,int action_flags,int * srcPitch,int * srcPitch2,int * dstPitch,int * s2offset,int * s3offset,int * uv_offset,int * newFBSize,int * newTTSize,int * line_len,int npixels,int nlines,int width,int height) argument
[all...]

Completed in 24 milliseconds