HomeSort by relevance Sort by last modified time
    Searched defs:pDst (Results 1 - 11 of 11) sorted by null

  /external/opencore/codecs_v2/video/avc_h264/enc/src/
residual.cpp 33 uint8 *pDst, *pSrc;
45 pDst = video->currPic->Sl + offset1;
57 *((uint*)pDst) = code;
58 pDst += 4;
66 *((uint*)pDst) = code;
67 pDst += 2;
71 pDst += offset;
78 pDst = video->currPic->Scb + ((offset1 + x_position) >> 2);
90 *((uint*)pDst) = code;
91 pDst += 4
    [all...]
  /external/opencore/codecs_v2/utilities/colorconvert/src/
ccrgb24torgb16.cpp 205 uint16 *pDst;
230 pDst = (uint16 *)dst;
271 *((uint32*)pDst) = rgb;
272 pDst += 2;
278 pDst += deltaDst;
288 uint16 *pDst;
303 pDst = (uint16 *)dst;
356 *((uint32*)pDst) = rgb;
357 pDst += 2;
363 pDst += deltaDst
    [all...]
cczoomrotation12.cpp 357 asm("add r1, r1, r12, lsl #1"); //pDst move to bottom left pixel
568 uint16 *pDst;
592 pDst = (uint16 *)dst;
689 *((uint*)(pDst + dst_width)) = rgb;
776 // *( (uint *)pDst)++ = rgb;
777 *((uint *)pDst) = rgb;
778 pDst += 2;
796 pDst += (deltaDst); //coz pDst defined as UINT *
    [all...]
cczoomrotation24.cpp 243 uint8 *pDst;
276 pDst = dst;
330 *((uint32 *)(pDst + dst_pitch3)) = rgb;
373 *((uint32 *)(pDst)) = rgb;
418 *((uint32 *)(pDst + dst_pitch3 + 4)) = rgb2;
443 *((uint32 *)(pDst + dst_pitch3 + 8)) = rgb2;
464 *((uint32*)(pDst + 4)) = rgb;
492 *((uint32*)(pDst + 8)) = rgb;
494 pDst += 12;
500 pDst += (deltaDst); //coz pDst defined as UINT
    [all...]
cczoomrotation32.cpp 243 uint8 *pDst;
277 pDst = dst;
312 *((uint32 *)(pDst + dst_pitch4)) = tmp0 | (tmp1 << 8) | (tmp2 << 16) ; /* bgr */
314 *((uint32 *)(pDst + dst_pitch4)) = tmp2 | (tmp1 << 8) | (tmp0 << 16); /* rgb */
328 *((uint32 *)(pDst + dst_pitch4 + 4)) = tmp0 | (tmp1 << 8) | (tmp2 << 16) ; /* bgr */
330 *((uint32 *)(pDst + dst_pitch4 + 4)) = tmp2 | (tmp1 << 8) | (tmp0 << 16); /* rgb */
345 *((uint32 *)(pDst)) = tmp0 | (tmp1 << 8) | (tmp2 << 16) ; /* bgr */
347 *((uint32 *)(pDst)) = tmp2 | (tmp1 << 8) | (tmp0 << 16); /* rgb */
361 *((uint32 *)(pDst + 4)) = tmp0 | (tmp1 << 8) | (tmp2 << 16) ; /* bgr */
363 *((uint32 *)(pDst + 4)) = tmp2 | (tmp1 << 8) | (tmp0 << 16); /* rgb *
    [all...]
cczoomrotation16.cpp 295 uint16 *pDst;
334 pDst = (uint16 *)dst;
387 *((uint32*)(pDst + dst_pitch)) = rgb;
424 *((uint32 *)pDst) = rgb;
425 pDst += 2;
432 pDst += (deltaDst); //coz pDst defined as UINT *
441 uint16 *pDst;
485 pDst = (uint16 *)dst;
541 *((uint32*)(pDst + dst_pitch)) = rgb
    [all...]
  /external/opencore/codecs_v2/video/avc_h264/dec/src/
residual.cpp 27 uint8 *pDst;
35 pDst = video->pred_block + 84;
39 pDst = video->currPic->Sl + offset1;
54 *((uint32*)pDst) = byte0;
63 *((uint32*)(pDst + 4)) = byte0;
72 *((uint32*)(pDst + 8)) = byte0;
81 *((uint32*)(pDst + 12)) = byte0;
83 pDst += pitch;
90 pDst = video->pred_block + 452;
94 pDst = video->currPic->Scb + offset1
    [all...]
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
bitstream_io.cpp 682 UChar *pSrc, *pDst, byte;
701 pDst = pSrc + movebyte;
703 M4VENC_MEMCPY(pDst, pSrc, bitstream1->byteCount + 1);
709 pSrc = pDst;
710 pDst = bitstream1->bitstreamBuffer + bitstream2->byteCount;
717 *pDst++ = byte | (pSrc[0] >> bitused);
721 *pDst++ = ((pSrc[0] << leftover) | (pSrc[1] >> bitused));
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
residual.cpp 29 uint8 *pDst;
37 pDst = video->pred_block + 84;
41 pDst = video->currPic->Sl + offset1;
56 *((uint32*)pDst) = byte0;
65 *((uint32*)(pDst + 4)) = byte0;
74 *((uint32*)(pDst + 8)) = byte0;
83 *((uint32*)(pDst + 12)) = byte0;
85 pDst += pitch;
92 pDst = video->pred_block + 452;
96 pDst = video->currPic->Scb + offset1
    [all...]
  /frameworks/base/core/jni/android/opengl/
util.cpp 130 float* pDst = pTransformed;
131 for (int i = 0; i < transformedIndexCount; i++, pSrc += 3, pDst += 4) {
132 mx4transform(pSrc[0], pSrc[1], pSrc[2], 1.0f, pWS, pDst);
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 434 milliseconds