HomeSort by: relevance | last modified time | path
    Searched refs:srcPitch2 (Results 1 - 25 of 31) sorted by relevancy

1 2

  /xsrc/external/mit/xf86-video-nsc/dist/src/
nsc_gx1_shadow.c 255 int count, width, height, y1, y2, dstPitch, srcPitch, srcPitch2,
262 srcPitch2 = srcPitch * 2;
286 (src[srcPitch2] << 16) | (src[srcPitch3] << 24);
315 int count, width, height, y1, y2, dstPitch, srcPitch, srcPitch2;
321 srcPitch2 = srcPitch * 2;
345 src += srcPitch2;
374 int count, width, height, y1, y2, dstPitch, srcPitch, srcPitch2, srcPitch3;
380 srcPitch2 = srcPitch * 2;
404 (src[srcPitch2] << 16) | (src[srcPitch2 + 1] << 24)
    [all...]
nsc_gx2_shadow.c 255 int count, width, height, y1, y2, dstPitch, srcPitch, srcPitch2,
262 srcPitch2 = srcPitch * 2;
286 (src[srcPitch2] << 16) | (src[srcPitch3] << 24);
315 int count, width, height, y1, y2, dstPitch, srcPitch, srcPitch2;
321 srcPitch2 = srcPitch * 2;
345 src += srcPitch2;
374 int count, width, height, y1, y2, dstPitch, srcPitch, srcPitch2, srcPitch3;
380 srcPitch2 = srcPitch * 2;
404 (src[srcPitch2] << 16) | (src[srcPitch2 + 1] << 24)
    [all...]
nsc_gx1_video.c 751 int srcPitch, int srcPitch2, int dstPitch, int h, int w)
804 src2 += srcPitch2;
805 src3 += srcPitch2;
860 static int srcPitch = 0, srcPitch2 = 0, dstPitch = 0;
1143 srcPitch2 = ((width >> 1) + 3) & ~3;
1144 s3offset = (srcPitch2 * (height >> 1)) + s2offset;
1185 tmp = ((top >> 1) * srcPitch2) + (left >> 1);
1237 buf + s3offset, dst_start, srcPitch, srcPitch2,
nsc_gx2_video.c 812 static int srcPitch = 0, srcPitch2 = 0, dstPitch = 0, dstPitch2 = 0;
1079 srcPitch2 = ((width >> 1) + 3) & ~3;
1082 s3offset = (srcPitch2 * (height >> 1)) + s2offset;
1129 tmp = ((top >> 1) * srcPitch2) + (left >> 1);
1180 GX2CopyData420(buf + s2offset, dst_start + d2offset, srcPitch2,
1182 GX2CopyData420(buf + s3offset, dst_start + d3offset, srcPitch2,
  /xsrc/external/mit/xf86-video-xgi/dist/src/
xgi_video.c 1199 short srcPitch2 = pPriv->srcPitch >> 1;
1216 memcpy(V + i * srcPitch2, srcV + i*width2, width2);
1217 memcpy(U + i * srcPitch2, srcU + i*width2, width2);
1237 *(unsigned char *)(V + i * srcPitch2 + j) = *(unsigned char *)( srcV + i*width2 + j+1);
1238 *(unsigned char *)(V + i * srcPitch2 + j+1) = *(unsigned char *)( srcV + i*width2 + j);
1240 *(unsigned char *)(U + i * srcPitch2 + j) = *(unsigned char *)( srcU + i*width2 + j+1);
1241 *(unsigned char *)(U + i * srcPitch2 + j+1) = *(unsigned char *)( srcU + i*width2 + j);
1264 *(unsigned char *)(V + i * srcPitch2 + j) = *(unsigned char *)( srcV + i*width2 + j+3);
1265 *(unsigned char *)(V + i * srcPitch2 + j+1) = *(unsigned char *)( srcV + i*width2 + j+2);
1266 *(unsigned char *)(V + i * srcPitch2 + j+2) = *(unsigned char *)( srcV + i*width2 + j+1);
    [all...]
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_video.h 100 unsigned int srcPitch, unsigned int srcPitch2,
radeon_textured_video.c 233 int srcPitch, srcPitch2, dstPitch, dstPitch2 = 0;
245 s2offset = s3offset = srcPitch2 = 0;
290 srcPitch2 = RADEON_ALIGN(width >> 1, 4);
304 srcPitch2 = 0;
373 s3offset = s2offset + (srcPitch2 * ((height + 1) >> 1));
374 s2offset += ((top >> 1) * srcPitch2);
375 s3offset += ((top >> 1) * srcPitch2);
384 srcPitch, srcPitch2, dstPitch, nlines, width);
398 srcPitch2, dstPitch2, (nlines + 1) >> 1, width >> 1, 1);
400 srcPitch2, dstPitch2, (nlines + 1) >> 1, width >> 1, 1)
    [all...]
radeon_video.c 244 unsigned int srcPitch2,
276 src2 += srcPitch2;
277 src3 += srcPitch2;
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_textured_video.c 247 int srcPitch, srcPitch2, dstPitch, dstPitch2 = 0;
256 s2offset = s3offset = srcPitch2 = 0;
318 srcPitch2 = RADEON_ALIGN(width >> 1, 4);
332 srcPitch2 = 0;
426 s3offset = s2offset + (srcPitch2 * ((height + 1) >> 1));
427 s2offset += ((top >> 1) * srcPitch2);
428 s3offset += ((top >> 1) * srcPitch2);
437 srcPitch, srcPitch2, dstPitch, nlines, width);
451 srcPitch2, dstPitch2, (nlines + 1) >> 1, width >> 1, 1);
453 srcPitch2, dstPitch2, (nlines + 1) >> 1, width >> 1, 1)
    [all...]
radeon_video.h 179 unsigned int srcPitch, unsigned int srcPitch2,
radeon_video.c 2413 unsigned int srcPitch2,
2442 src2 += srcPitch2;
2443 src3 += srcPitch2;
2494 src2 += srcPitch2;
2495 src3 += srcPitch2;
2912 int srcPitch, srcPitch2, dstPitch;
2932 s2offset = s3offset = srcPitch2 = 0;
3059 srcPitch2 = RADEON_ALIGN(width >> 1, 4);
3062 s3offset = s2offset + srcPitch2 * ((height + 1) >> 1);
3063 s2offset += (top >> 1) * srcPitch2 + (left >> 1)
    [all...]
  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_video.c 533 int srcPitch2,
555 if (!R128DMA(info, src2, dst2, srcPitch2, dstPitch, h, w)) {
559 src2 += srcPitch2;
564 if (!R128DMA(info, src3, dst3, srcPitch2, dstPitch, h, w)) {
568 src3 += srcPitch2;
858 int srcPitch, srcPitch2, dstPitch;
923 srcPitch2 = ((width >> 1) + 3) & ~3;
928 s3offset = (srcPitch2 * (height >> 1)) + s2offset;
934 srcPitch2 = 0;
975 tmp = ((top >> 1) * srcPitch2) + (left >> 1)
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
intel_video.c 484 unsigned char *buf, int srcPitch, int srcPitch2,
494 srcPitch, srcPitch2, dstPitch, h, w, top, left);
517 ((top >> 1) * srcPitch2) + /* move down from by top lines */
530 dstPitch, srcPitch2, adaptor_priv->rotation);
535 ((srcH >> 1) * srcPitch2) + /* move over Chroma plane */
536 ((top >> 1) * srcPitch2) + /* move down from by top lines */
548 dstPitch, srcPitch2, adaptor_priv->rotation);
659 int srcPitch = 0, srcPitch2 = 0;
664 srcPitch2 = ALIGN((width >> 1), 0x4);
677 return intel_video_copy_planar_data(adaptor_priv, buf, srcPitch, srcPitch2,
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
intel_video.c 484 unsigned char *buf, int srcPitch, int srcPitch2,
494 srcPitch, srcPitch2, dstPitch, h, w, top, left);
517 ((top >> 1) * srcPitch2) + /* move down from by top lines */
530 dstPitch, srcPitch2, adaptor_priv->rotation);
535 ((srcH >> 1) * srcPitch2) + /* move over Chroma plane */
536 ((top >> 1) * srcPitch2) + /* move down from by top lines */
548 dstPitch, srcPitch2, adaptor_priv->rotation);
659 int srcPitch = 0, srcPitch2 = 0;
664 srcPitch2 = ALIGN((width >> 1), 0x4);
677 return intel_video_copy_planar_data(adaptor_priv, buf, srcPitch, srcPitch2,
    [all...]
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_video.c 1355 int srcPitch2, int dstPitch, int srcH, int top, int left,
1367 srcPitch, srcPitch2, dstPitch,
1457 if (srcPitch2 == dstPitch && srcPitch2 == (w/2))
1458 memcpy (dst2, src2, h/2 * srcPitch2);
1462 src2 += srcPitch2;
1472 src2 += srcPitch2;
1481 src2 += srcPitch2;
1490 src2 += srcPitch2;
1498 ((srcH >> 1) * srcPitch2) + /* move over Chroma plane *
    [all...]
  /xsrc/external/mit/xf86-video-savage/dist/src/
savage_video.c 1206 int srcPitch, int srcPitch2,
1216 unsigned long offsetU = offsetV + srcPitch2 * (h>>1);
1227 memcpy(planarPtr, srcV, srcPitch2 * (h>>1));
1230 planarPtr = planarPtr + srcPitch2 * (h>>1);
1231 memcpy(planarPtr, srcU, srcPitch2 * (h>>1));
1260 BCI_SEND((srcPitch2 << 16)| srcPitch2);
1295 int srcPitch2,
1320 src2 += srcPitch2;
1321 src3 += srcPitch2;
    [all...]
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_xv.c 648 int srcPitch, srcPitch2;
653 s2offset = s3offset = srcPitch2 = 0;
738 srcPitch2 = ALIGN(width >> 1, 4);
740 s3offset = s2offset + (srcPitch2 * ((height + 1) >> 1));
741 s2offset += ((top >> 1) * srcPitch2);
742 s3offset += ((top >> 1) * srcPitch2);
765 buf + s2offset, srcPitch2);
769 buf + s3offset, srcPitch2);
  /xsrc/external/mit/xf86-video-s3virge/dist/src/
s3v_xv.c 704 int srcPitch, srcPitch2=0, dstPitch;
745 srcPitch2 = ((width >> 1) + 3) & ~3;
746 offset3 = (srcPitch2 * (height >> 1)) + offset2;
773 tmp = ((top >> 1) * srcPitch2) + (left >> 2);
784 srcPitch, srcPitch2, dstPitch, nlines, npixels);
  /xsrc/external/mit/xf86-video-i740/dist/src/
i740_video.c 464 int srcPitch2,
493 unsigned char* src2_ = src2 + ((dstj_rnd/2) * srcPitch2);
494 unsigned char* src3_ = src3 + ((dstj_rnd/2) * srcPitch2);
521 src2 += srcPitch2;
522 src3 += srcPitch2;
638 int srcPitch, dstPitch, srcPitch2=0;
674 srcPitch2 = ((width >> 1) + 3) & ~3;
675 offset3 = (srcPitch2 * (height >> 1)) + offset2;
722 tmp = ((top >> 1) * srcPitch2) + (left >> 1);
748 srcPitch, srcPitch2, dstPitch, nlines, npixels, scalex, scaley)
    [all...]
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nouveau_xv.c 641 * @param srcPitch2 pitch of src2, src3
648 unsigned char *dst1, int srcPitch, int srcPitch2, int dstPitch,
656 (signed int)(s2 + srcPitch2)[X]) / 2) : (s2[X]))
658 (signed int)(s3 + srcPitch2)[X]) / 2) : (s3[X]))
696 src2 += srcPitch2;
697 src3 += srcPitch2;
714 unsigned char *dst, int dstPitch, int srcPitch2,
766 src1 += srcPitch2;
767 src2 += srcPitch2;
906 int *srcPitch2, int *dstPitch, int *s2offset
    [all...]
  /xsrc/external/mit/xf86-video-nv/dist/src/
nv_video.c 857 int srcPitch2,
902 src2 += srcPitch2;
903 src3 += srcPitch2;
1013 int srcPitch, srcPitch2, dstPitch;
1033 s2offset = s3offset = srcPitch2 = 0;
1071 srcPitch2 = ((width >> 1) + 3) & ~3;
1072 s3offset = (srcPitch2 * (height >> 1)) + s2offset;
1144 tmp = ((top >> 1) * srcPitch2) + (left >> 1);
1154 dst_start, srcPitch, srcPitch2,
  /xsrc/external/mit/xf86-video-chips/dist/src/
ct_video.c 425 int srcPitch2,
444 src2 += srcPitch2;
445 src3 += srcPitch2;
673 int srcPitch, srcPitch2 = 0, dstPitch;
714 srcPitch2 = ((width >> 1) + 3) & ~3;
715 offset3 = (srcPitch2 * (height >> 1)) + offset2;
749 tmp = ((top >> 1) * srcPitch2) + (left >> 2);
755 srcPitch, srcPitch2, dstPitch, nlines, npixels);
  /xsrc/external/mit/xf86-video-tdfx/dist/src/
tdfx_video.c 460 int srcPitch2,
497 src2 += srcPitch2;
498 src3 += srcPitch2;
899 int srcPitch = 0, srcPitch2 = 0;
951 srcPitch2 = ((width >> 1) + 3) & ~3;
952 s3offset = (srcPitch2 * (height >> 1)) + s2offset;
992 tmp = ((top >> 1) * srcPitch2) + (left >> 1);
1003 buf + s3offset, dst_start, srcPitch, srcPitch2,
  /xsrc/external/mit/xf86-video-neomagic/dist/src/
neo_video.c 616 int srcPitch, srcPitch2 = 0, dstPitch, size;
652 srcPitch2 = ((width >> 1) + 3) & ~3;
653 offset3 = offset2 + (srcPitch2 * (height >> 1));
659 srcPitch2 = ((width >> 1) + 3) & ~3;
660 offset2 = offset3 + (srcPitch2 * (height >> 1));
703 tmp = ((top >> 1) * srcPitch2) + (left >> 2);
709 dstStart, srcPitch, srcPitch2,
  /xsrc/external/mit/xf86-video-apm/dist/src/
apm_video.c 671 int srcPitch, dstPitch, srcPitch2 = 0;
723 srcPitch2 = ((width >> 1) + 3) & ~3;
724 offset = srcPitch2 * (height >> 1);
830 tmp = ((top >> 1) * srcPitch2) + (left >> 2);
836 srcPitch, srcPitch2, dstPitch,

Completed in 22 milliseconds

1 2