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

/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_gx2_video.c817 static int d2offset = 0, d3offset = 0; variable in typeref:typename:int
908 offset + d2offset + uv_extra));
1077 d2offset = dstPitch * height;
1083 d3offset = (dstPitch2 * (height >> 1)) + d2offset;
1180 GX2CopyData420(buf + s2offset, dst_start + d2offset, srcPitch2,
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_video.c859 int d1line, d2line, d3line, d1offset, d2offset, d3offset; local in function:R128PutImage
883 * d1offset, d2offset, d3offset - byte offsets to the Y, U and V planes
971 d2offset = d2line + (left >> 1) + offset;
986 fb + d1offset, fb + d2offset, fb + d3offset,
997 d2offset = 0;
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgx_video.c779 static int d2offset = 0, d3offset = 0; variable in typeref:typename:int
872 offset + d2offset + uv_extra));
1105 d2offset = dstPitch * height;
1111 d3offset = (dstPitch2 * (height >> 1)) + d2offset;
1209 GXCopyData420(buf + s2offset, dst_start + d2offset, srcPitch2,

Completed in 7 milliseconds