HomeSort by relevance Sort by last modified time
    Searched full:ptrc (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_tile.c 629 const uint *ptrc local
632 memcpy(pDest, ptrc, 4 * w);
634 ptrc += pt->stride/4;
641 const uint *ptrc local
646 pDest[j] = (ptrc[j] << 8) | ((ptrc[j] >> 16) & 0xff);
649 ptrc += pt->stride/4;
656 const uint *ptrc local
661 pDest[j] = (ptrc[j] & 0xffffff00) | ((ptrc[j] >> 24) & 0xff)
670 const ushort *ptrc local
684 const float *ptrc = (const float *)(map + y * pt->stride + x*4); local
706 const float *ptrc = (const float *)(map + y * pt->stride + x*8); local
741 const uint *ptrc = zSrc; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_tile.c 629 const uint *ptrc local
632 memcpy(pDest, ptrc, 4 * w);
634 ptrc += pt->stride/4;
641 const uint *ptrc local
646 pDest[j] = (ptrc[j] << 8) | ((ptrc[j] >> 16) & 0xff);
649 ptrc += pt->stride/4;
656 const uint *ptrc local
661 pDest[j] = (ptrc[j] & 0xffffff00) | ((ptrc[j] >> 24) & 0xff)
670 const ushort *ptrc local
684 const float *ptrc = (const float *)(map + y * pt->stride + x*4); local
706 const float *ptrc = (const float *)(map + y * pt->stride + x*8); local
741 const uint *ptrc = zSrc; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_reconstruct.c 502 u8 *ptrC, *ptrV;
524 ptrC = ref + width;
525 ptrV = ptrC + 5*width;
544 tmp3 = ptrC[width*2];
556 tmp2 = ptrC[width];
568 tmp1 = *ptrC;
580 tmp6 = ptrC[-(i32)width];
586 ptrC++;
588 ptrC += 4*width - partWidth;
621 u8 *ptrC, *ptrV, *ptrInt
    [all...]

Completed in 321 milliseconds