HomeSort by relevance Sort by last modified time
    Searched full:psrc (Results 1 - 25 of 171) sorted by null

1 2 3 4 5 6 7

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/comm/src/
omxVCCOMM_Copy16x16_s.s 7 ; * [in] pSrc - pointer to the reference block in the source frame; must be aligned on an 16-byte boundary.
14 ; * - one or more of the following pointers is NULL: pSrc, pDst
15 ; * - one or more of the following pointers is not aligned on an 16-byte boundary: pSrc, pDst
30 pSrc RN 0
46 LDRD X0,[pSrc],#8 ;//pSrc after loading pSrc=pSrc+8
47 LDRD X1,[pSrc],Count ;//pSrc after loading pSrc=pSrc+ste
    [all...]
omxVCCOMM_Copy8x8_s.s 7 ; * [in] pSrc - pointer to the reference block in the source frame; must be aligned on an 8-byte boundary.
14 ; * - one or more of the following pointers is NULL: pSrc, pDst
15 ; * - one or more of the following pointers is not aligned on an 8-byte boundary: pSrc, pDst
30 pSrc RN 0
45 LDRD X0,[pSrc],Count ;//pSrc after loading : pSrc=pSrc+step
46 LDRD X1,[pSrc],Count
49 LDRD X0,[pSrc],Count
    [all...]
  /art/jdwpspy/
Common.h 29 INLINE u1 get1(unsigned const char* pSrc) {
30 return *pSrc;
36 INLINE u2 get2BE(unsigned char const* pSrc) {
39 result = *pSrc++ << 8;
40 result |= *pSrc++;
48 INLINE u4 get4BE(unsigned char const* pSrc) {
51 result = *pSrc++ << 24;
52 result |= *pSrc++ << 16;
53 result |= *pSrc++ << 8;
54 result |= *pSrc++
    [all...]
  /dalvik/vm/
Bits.h 33 INLINE u1 get1(unsigned const char* pSrc)
35 return *pSrc;
41 INLINE u2 get2BE(unsigned char const* pSrc)
43 return (pSrc[0] << 8) | pSrc[1];
49 INLINE u4 get4BE(unsigned char const* pSrc)
51 return (pSrc[0] << 24) | (pSrc[1] << 16) | (pSrc[2] << 8) | pSrc[3]
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
ssse3.c 7 static void test_pabsb_c(char *pDst, char *pSrc, int xmm)
12 pDst[ i ] = pSrc[ i ] > 0 ? pSrc[i ] : -pSrc[ i ];
15 static void test_pabsw_c(short *pDst, short *pSrc, int xmm)
20 pDst[ i ] = pSrc[ i ] > 0 ? pSrc[i ] : -pSrc[ i ];
23 static void test_pabsd_c(int *pDst, int *pSrc, int xmm)
28 pDst[ i ] = pSrc[ i ] > 0 ? pSrc[i ] : -pSrc[ i ]
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/
omxVCCOMM_Copy16x16_s.s 7 ; * [in] pSrc - pointer to the reference block in the source frame; must be aligned on an 16-byte boundary.
14 ; * - one or more of the following pointers is NULL: pSrc, pDst
15 ; * - one or more of the following pointers is not aligned on an 16-byte boundary: pSrc, pDst
28 pSrc RN 0
48 VLD1 {X0,X1},[pSrc@128],step ;// Load 16 bytes from 16 byte aligned pSrc and pSrc=pSrc + step after loading
49 VLD1 {X2,X3},[pSrc@128],step
50 VLD1 {X4,X5},[pSrc@128],ste
    [all...]
omxVCCOMM_Copy8x8_s.s 7 ; * [in] pSrc - pointer to the reference block in the source frame; must be aligned on an 8-byte boundary.
14 ; * - one or more of the following pointers is NULL: pSrc, pDst
15 ; * - one or more of the following pointers is not aligned on an 8-byte boundary: pSrc, pDst
28 pSrc RN 0
45 VLD1 {X0},[pSrc],step ;// Load 8 bytes from 8 byte aligned pSrc, pSrc=pSrc+step after load
46 VLD1 {X1},[pSrc],step
47 VLD1 {X2},[pSrc],ste
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Copy_unsafe_s.s 16 ;// Implements copy from an arbitrary aligned source memory location (pSrc) to an aligned
33 pSrc RN 0
51 AND Temp, pSrc, #3
52 BIC pSrc, pSrc, #3
62 M_LDR x0, [pSrc], srcStep
63 M_LDR x1, [pSrc], srcStep
65 M_LDR x2, [pSrc], srcStep
67 M_LDR x3, [pSrc], srcStep
73 LDR x1, [pSrc, #4
    [all...]
omxVCM4P10_InterpolateLuma_s.s 20 ;// [in] pSrc Pointer to the source reference frame buffer
37 ;// pSrc or pDst is not NULL.
77 pSrc RN 0
148 STM pArgs, {pSrc,srcStep,pDst,dstStep}
182 SUB pSrc, pSrc, #2
192 SUB pSrc, pSrc, #2
201 SUB pSrc, pSrc, #
    [all...]
armVCM4P10_InterpolateLuma_Align_unsafe_s.s 26 pSrc RN 0
41 ;// Implements copy from an arbitrary aligned source memory location (pSrc) to a 4 byte aligned
55 ;// r0 - pointer to the new aligned location which will be used as pSrc
65 AND x, pSrc, #3
66 BIC pSrc, pSrc, #3
76 LDM pSrc, {x0, x1, x2}
78 ADD pSrc, pSrc, srcStep
87 LDM pSrc, {x0, x1, x2
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Copy_unsafe_s.s 16 ;// Implements copy from an arbitrary aligned source memory location (pSrc) to an aligned
33 pSrc RN 0
51 AND Temp, pSrc, #3
52 BIC pSrc, pSrc, #3
62 M_LDR x0, [pSrc], srcStep
63 M_LDR x1, [pSrc], srcStep
65 M_LDR x2, [pSrc], srcStep
67 M_LDR x3, [pSrc], srcStep
73 LDR x1, [pSrc, #4
    [all...]
armVCM4P10_InterpolateLuma_Align_unsafe_s.s 26 pSrc RN 0
41 ;// Implements copy from an arbitrary aligned source memory location (pSrc) to a 4 byte aligned
55 ;// r0 - pointer to the new aligned location which will be used as pSrc
65 AND x, pSrc, #3
66 BIC pSrc, pSrc, #3
76 LDM pSrc, {x0, x1, x2}
78 ADD pSrc, pSrc, srcStep
87 LDM pSrc, {x0, x1, x2
    [all...]
omxVCM4P10_InterpolateLuma_s.s 20 ;// [in] pSrc Pointer to the source reference frame buffer
37 ;// pSrc or pDst is not NULL.
67 pSrc RN 0
192 STM pArgs, {pSrc,srcStep,pDst,dstStep}
219 ADD Temp, pSrc, srcStep, LSL #1
220 VLD1 dSrc0, [pSrc], srcStep
222 VLD1 dSrc1, [pSrc]
236 SUB pSrc, pSrc, #2
253 SUB pSrc, pSrc, #2
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_InvTransformDequant_ChromaDC.c 33 * pSrc - Pointer to the 2x2 array of the 2x2 Hadamard-transformed and
47 * - at least one of the following pointers is NULL: pSrc
48 * - pSrc or pDst is not aligned on an 8-byte boundary
52 const OMX_S16* pSrc,
62 armRetArgErrIf(pSrc == NULL, OMX_Sts_BadArgErr)
63 armRetArgErrIf(armNot8ByteAligned(pSrc), OMX_Sts_BadArgErr);
69 m[0][0] = pSrc[0] + pSrc[1] + pSrc[2] + pSrc[3]
    [all...]
armVCM4P10_InterpolateHalfHor_Luma.c 31 * [in] pSrc Pointer to top-left corner of block used to interpolate
45 const OMX_U8* pSrc,
57 armRetArgErrIf(pSrc == NULL, OMX_Sts_BadArgErr)
66 pSrc [pos - 2] -
67 5 * pSrc [pos - 1] +
68 20 * pSrc [pos] +
69 20 * pSrc [pos + 1] -
70 5 * pSrc [pos + 2] +
71 pSrc [pos + 3];
armVCM4P10_InterpolateHalfVer_Luma.c 32 * [in] pSrc Pointer to top-left corner of block used to interpolate
46 const OMX_U8* pSrc,
58 armRetArgErrIf(pSrc == NULL, OMX_Sts_BadArgErr)
68 pSrc [pos - 2 * iSrcStep] -
69 5 * pSrc [pos - 1 * iSrcStep] +
70 20 * pSrc [pos] +
71 20 * pSrc [pos + 1 * iSrcStep] -
72 5 * pSrc [pos + 2 * iSrcStep] +
73 pSrc [pos + 3 * iSrcStep];
omxVCM4P10_InvTransformDequant_LumaDC.c 33 * pSrc - Pointer to the 4x4 array of the 4x4 Hadamard-transformed and
47 * - at least one of the following pointers is NULL: pSrc
48 * - pSrc or pDst is not aligned on a 16-byte boundary
52 const OMX_S16* pSrc,
62 armRetArgErrIf(pSrc == NULL, OMX_Sts_BadArgErr)
65 armRetArgErrIf(armNot16ByteAligned(pSrc), OMX_Sts_BadArgErr)
74 m1[i][0] = pSrc[j + 0] + pSrc[j + 2]; /* a+c */
75 m1[i][1] = pSrc[j + 1] + pSrc[j + 3]; /* b+d *
    [all...]
  /bootable/recovery/minzip/
Bits.h 17 INLINE unsigned char get1(unsigned const char* pSrc)
19 return *pSrc;
25 INLINE unsigned short get2BE(unsigned char const* pSrc)
29 result = *pSrc++ << 8;
30 result |= *pSrc++;
38 INLINE unsigned int get4BE(unsigned char const* pSrc)
42 result = *pSrc++ << 24;
43 result |= *pSrc++ << 16;
44 result |= *pSrc++ << 8;
45 result |= *pSrc++
    [all...]
  /external/icu4c/common/
ustrtrns.cpp 411 const uint8_t* pSrc = (const uint8_t*) src;
452 while(((ch = *pSrc) != 0) && (pDest < pDestLimit)) {
455 ++pSrc;
460 (t1 = (uint8_t)(pSrc[1] - 0x80)) <= 0x3f &&
461 (t2 = (uint8_t)(pSrc[2] - 0x80)) <= 0x3f
465 pSrc += 3;
471 (t1 = (uint8_t)(pSrc[1] - 0x80)) <= 0x3f
474 pSrc += 2;
480 ++pSrc; /* continue after the lead byte */
481 ch=utf8_nextCharSafeBodyTerminated(&pSrc, ch)
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ustrtrns.c 405 const uint8_t* pSrc = (const uint8_t*) src;
446 while(((ch = *pSrc) != 0) && (pDest < pDestLimit)) {
449 ++pSrc;
454 (t1 = (uint8_t)(pSrc[1] - 0x80)) <= 0x3f &&
455 (t2 = (uint8_t)(pSrc[2] - 0x80)) <= 0x3f
459 pSrc += 3;
465 (t1 = (uint8_t)(pSrc[1] - 0x80)) <= 0x3f
468 pSrc += 2;
474 ++pSrc; /* continue after the lead byte */
475 ch=utf8_nextCharSafeBodyTerminated(&pSrc, ch)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
omxVCCOMM_ComputeTextureErrorBlock.c 30 * pSrc - pointer to the source plane. This should be aligned on an 8-byte
46 * pSrc, pSrcRef, pDst.
47 * - pSrc is not 8-byte aligned.
55 const OMX_U8 *pSrc,
65 armRetArgErrIf(pSrc == NULL, OMX_Sts_BadArgErr);
68 armRetArgErrIf(!armIs8ByteAligned(pSrc), OMX_Sts_BadArgErr);
76 y++, pSrc += srcStep)
80 pDst[count] = pSrc[x] - pSrcRef[count];
omxVCCOMM_Copy16x16.c 30 * pSrc - pointer to the reference macroblock in the source frame; must be
46 * - one or more of the following pointers is NULL: pSrc, pDst
48 * boundary: pSrc, pDst
54 const OMX_U8 *pSrc,
63 armRetArgErrIf(pSrc == NULL, OMX_Sts_BadArgErr);
65 armRetArgErrIf(!armIs16ByteAligned(pSrc), OMX_Sts_BadArgErr);
75 pDst[index] = pSrc[count];
omxVCCOMM_Copy8x8.c 30 * pSrc - pointer to the reference block in the source frame; must be
46 * - one or more of the following pointers is NULL: pSrc, pDst
48 * boundary: pSrc, pDst
54 const OMX_U8 *pSrc,
63 armRetArgErrIf(pSrc == NULL, OMX_Sts_BadArgErr);
65 armRetArgErrIf(!armIs8ByteAligned(pSrc), OMX_Sts_BadArgErr);
75 pDst[index] = pSrc[count];
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_DCT8x8blk.c 33 * pSrc - pointer to the start of the linearly arranged input buffer; must
46 * - pSrc or pDst is NULL.
47 * - pSrc or pDst is not 16-byte aligned.
51 OMXResult omxVCM4P2_DCT8x8blk (const OMX_S16 *pSrc, OMX_S16 *pDst)
56 armRetArgErrIf(pSrc == NULL, OMX_Sts_BadArgErr);
57 armRetArgErrIf(!armIs16ByteAligned(pSrc), OMX_Sts_BadArgErr);
71 sum += pSrc[(x * 8) + y] *
omxVCM4P2_IDCT8x8blk.c 35 * pSrc - pointer to the start of the linearly arranged IDCT input buffer;
49 * - pSrc or pDst is NULL.
50 * - pSrc or pDst is not 16-byte aligned.
53 OMXResult omxVCM4P2_IDCT8x8blk (const OMX_S16 *pSrc, OMX_S16 *pDst)
58 armRetArgErrIf(pSrc == NULL, OMX_Sts_BadArgErr);
59 armRetArgErrIf(!armIs16ByteAligned(pSrc), OMX_Sts_BadArgErr);
72 sum += pSrc[(u * 8) + v] *

Completed in 545 milliseconds

1 2 3 4 5 6 7