HomeSort by relevance Sort by last modified time
    Searched refs:pSrc (Results 51 - 75 of 168) sorted by null

1 23 4 5 6 7

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_TransformDequantChromaDCFromPair_s.s 38 pSrc RN 9
74 LDR pSrc, [ppSrc] ;// Load pSrc
83 LDRB Flag, [pSrc], #1 ;// Preload <Flag> before <unpackLoop>
88 LDRSBNE Value2,[pSrc,#1]
89 LDRBNE Value, [pSrc], #2 ;// Load byte wise to avoid unaligned access
91 LDRSBEQ Value, [pSrc], #1 ;// Value = (OMX_U8) *pSrc++
92 ORRNE Value,Value,Value2, LSL #8 ;// Value = (OMX_U16) *pSrc++
95 LDRBEQ Flag, [pSrc], #1 ;// Flag = (OMX_U8) *pSrc++, for next iteratio
    [all...]
armVCM4P10_InterpolateLuma_HalfVer4x4_unsafe_s.s 25 pSrc RN 0
73 VLD1 dSrc0, [pSrc], srcStep ;// [a0 a1 a2 a3 .. ]
74 ADD Temp, pSrc, srcStep, LSL #2
75 VLD1 dSrc1, [pSrc], srcStep ;// [b0 b1 b2 b3 .. ]
79 VLD1 dSrc2, [pSrc], srcStep ;// [c0 c1 c2 c3 .. ]
81 VLD1 dSrc3, [pSrc], srcStep
85 VLD1 dSrc4, [pSrc], srcStep
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_Interpolate_Luma.c 31 * [in] pSrc Pointer to top-left corner of block
43 const OMX_U8* pSrc,
57 pDst [y * iDstStep + x] = pSrc [y * iSrcStep + x];
72 * [in] pSrc Pointer to top-left corner of block used to
90 const OMX_U8 *pSrc,
101 const OMX_U8 *pSrcHalfHor = pSrc;
102 const OMX_U8 *pSrcHalfVer = pSrc;
105 armRetArgErrIf(pSrc == NULL, OMX_Sts_BadArgErr)
126 armM4P10_Copy(pSrc, iSrcStep, pDst, iDstStep, iWidth, iHeight);
156 (pSrc, iSrcStep, pDst, iDstStep, iWidth, iHeight)
    [all...]
omxVCM4P10_InterpolateHalfVer_Luma.c 33 * pSrc - Pointer to top-left corner of block used to interpolate in the
60 * pSrc, pDstUp, or pDstDown
68 const OMX_U8* pSrc,
80 armRetArgErrIf(pSrc == NULL, OMX_Sts_BadArgErr)
97 pSrc - iSrcStep,
110 pSrc,
omxVCM4P10_InterpolateChroma.c 32 * pSrc -Pointer to the source reference frame buffer
53 * pSrc or pDst is NULL.
65 const OMX_U8* pSrc,
75 armRetArgErrIf(pSrc == NULL, OMX_Sts_BadArgErr)
92 ((OMX_U8*)pSrc, srcStep, pDst, dstStep, roi.width, roi.height, dx, dy);
omxVCM4P10_InterpolateLuma.c 32 * pSrc -Pointer to the source reference frame buffer
53 * pSrc or pDst is NULL.
64 const OMX_U8* pSrc,
74 armRetArgErrIf(pSrc == NULL, OMX_Sts_BadArgErr)
91 (pSrc, srcStep, pDst, dstStep, roi.width, roi.height, dx, dy);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_HalfVer4x4_unsafe_s.s 46 pSrc RN 0
104 M_LDR ValC, [pSrc], srcStep ;// Load [c3 c2 c1 c0]
105 M_LDR ValD, [pSrc], srcStep ;// Load [d3 d2 d1 d0]
106 M_LDR ValE, [pSrc], srcStep ;// Load [e3 e2 e1 e0]
107 SUB pSrc, pSrc, srcStep, LSL #2
108 LDR ValB, [pSrc] ;// Load [b3 b2 b1 b0]
119 LDR ValD, [pSrc, srcStep, LSL #1] ;// Load [d3 d2 d1 d0]
126 LDR ValF, [pSrc, srcStep, LSL #2] ;// Load [f3 f2 f1 f0]
127 M_LDR ValB, [pSrc], srcStep ;// Load [b3 b2 b1 b0]
    [all...]
armVCM4P10_InterpolateLuma_HalfDiagHorVer4x4_unsafe_s.s 56 pSrc RN 0
113 LDR ValD, [pSrc, srcStep] ;// Load row 1 [d1 c1 b1 a1]
114 LDR ValA, [pSrc], #4 ;// Load row 0 [d0 c0 b0 a0]
115 LDR ValH, [pSrc, srcStep] ;// Load [h1 g1 f1 e1]
116 LDR ValE, [pSrc], #4 ;// Load [h0 g0 f0 e0]
117 LDRB Temp2, [pSrc, srcStep] ;// Load row 1 [l1 k1 j1 i1]
118 LDRB Temp1, [pSrc], #-8 ;// Load row 0 [l0 k0 j0 i0]
205 ADD pSrc, pSrc, srcStep, LSL #1
217 SUB pSrc, pDst, dstStep, LSL #
    [all...]
armVCM4P10_Interpolate_Chroma_s.s 23 pSrc RN 0
116 ADD pSrc1, pSrc, iSrcStep
146 LDRB x00, [pSrc, #+0]
148 LDRB x01, [pSrc, #+1]
150 LDRB x02, [pSrc, #+2]!
173 RSB pSrc2, pSrc, pSrc1, LSL #1
216 SUB iSrcStep1, pSrc1, pSrc
221 ADD pSrc, pSrc, iSrcStepx2MinusWidth
235 LDRB pix00, [pSrc], #+
    [all...]
armVCM4P10_InterpolateLuma_HalfHor4x4_unsafe_s.s 45 pSrc RN 0
89 LDR ValD, [pSrc, srcStep] ;// Load row 1 [d1 c1 b1 a1]
90 LDR ValA, [pSrc], #4 ;// Load row 0 [d0 c0 b0 a0]
91 LDR ValH, [pSrc, srcStep] ;// Load [h1 g1 f1 e1]
92 LDR ValE, [pSrc], #4 ;// Load [h0 g0 f0 e0]
93 LDRB Temp2, [pSrc, srcStep] ;// Load row 1 [l1 k1 j1 i1]
94 LDRB Temp1, [pSrc], #-8 ;// Load row 0 [l0 k0 j0 i0]
169 ADD pSrc, pSrc, srcStep, LSL #1
174 SUB pSrc, pSrc, srcStep, LSL #
    [all...]
  /frameworks/av/media/libeffects/downmix/
EffectDownmix.h 99 void Downmix_foldFromQuad(int16_t *pSrc, int16_t*pDst, size_t numFrames, bool accumulate);
100 void Downmix_foldFromSurround(int16_t *pSrc, int16_t*pDst, size_t numFrames, bool accumulate);
101 void Downmix_foldFrom5Point1(int16_t *pSrc, int16_t*pDst, size_t numFrames, bool accumulate);
102 void Downmix_foldFrom7Point1(int16_t *pSrc, int16_t*pDst, size_t numFrames, bool accumulate);
104 uint32_t mask, int16_t *pSrc, int16_t*pDst, size_t numFrames, bool accumulate);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_Clip8_s.s 25 pSrc RN 0
53 VLD1 {dx00,dx01,dx10,dx11},[pSrc]! ;// Load 16 entries from pSrc
54 VLD1 {dx20,dx21,dx30,dx31},[pSrc]! ;// Load next 16 entries from pSrc
64 VLD1 {dx00,dx01,dx10,dx11},[pSrc]! ;// Load 16 entries from pSrc
65 VLD1 {dx20,dx21,dx30,dx31},[pSrc]! ;// Load next 16 entries from pSrc
omxVCM4P2_MCReconBlock_s.s 37 ;// rounding cases are handled. Just copies a block from pSrc to pDst
50 VLD1 dRow0, [pSrc], srcStep
51 VLD1 dRow1, [pSrc], srcStep
52 VLD1 dRow2, [pSrc], srcStep
53 VLD1 dRow3, [pSrc], srcStep
54 VLD1 dRow4, [pSrc], srcStep
55 VLD1 dRow5, [pSrc], srcStep
56 VLD1 dRow6, [pSrc], srcStep
57 VLD1 dRow7, [pSrc], srcStep
97 VLD1 {dRow0, dRow0Shft}, [pSrc], srcSte
    [all...]
omxVCM4P2_IDCT8x8blk_s.s 30 ;// omxVCM4P2_IDCT8x8blk(const OMX_S16* pSrc,
48 pSrc RN 0
55 ;// pSrc RN 0 ;// source data buffer
60 pSrc RN 0
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
residual.cpp 32 uint8 *pDst, *pSrc;
43 pSrc = currInput->YCbCr[0] + offset1;
54 code = *((uint*)pSrc);
55 pSrc += 4;
63 code = *((uint*)pSrc);
64 pSrc += 2;
71 pSrc += offset;
78 pSrc = currInput->YCbCr[1] + ((offset1 + x_position) >> 2);
87 code = *((uint*)pSrc);
88 pSrc += 4
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
walker.c 98 SrcList *pSrc;
102 pSrc = p->pSrc;
103 if( ALWAYS(pSrc) ){
104 for(i=pSrc->nSrc, pItem=pSrc->a; i>0; i--, pItem++){
backup.c 35 Btree *pSrc; /* Source b-tree file */
126 rc = sqlite3BtreeSetPageSize(p->pDest,sqlite3BtreeGetPageSize(p->pSrc),-1,0);
176 p->pSrc = findBtree(pDestDb, pSrcDb, zSrcDb);
183 if( 0==p->pSrc || 0==p->pDest || setDestPgsz(p)==SQLITE_NOMEM ){
194 p->pSrc->nBackup++;
218 const int nSrcPgsz = sqlite3BtreeGetPageSize(p->pSrc);
223 int nSrcReserve = sqlite3BtreeGetReserve(p->pSrc);
232 assert( iSrcPg!=PENDING_BYTE_PAGE(p->pSrc->pBt) );
316 assert( sqlite3BtreeHoldsMutex(p->pSrc) );
317 pp = sqlite3PagerBackupPtr(sqlite3BtreePager(p->pSrc));
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_IDCT8x8blk_s.s 30 ;// omxVCM4P2_IDCT8x8blk(const OMX_S16* pSrc,
48 pSrc RN 0
55 ;// pSrc RN 0 ;// source data buffer
60 pSrc RN 0
armVCM4P2_Clip8_s.s 28 pSrc RN 0
48 LDMIA pSrc!,{x0, x1}
50 LDMIA pSrc!,{x2, x3}
omxVCM4P2_MCReconBlock_s.s 69 ;// Load 8 bytes from $pSrc (aligned or unaligned locations)
72 ;// M_LOAD_X $pSrc, $srcStep, $out0, $out1, $scratch, $offset
75 ;// $pSrc 4 byte aligned source pointer to an address just less than
83 ;// $pSrc In case the macro accepts stride, it increments the pSrc by
92 M_LOAD_X $pSrc, $srcStep, $out0, $out1, $scratch, $offset
94 LDM $pSrc, {$out0, $out1}
95 ADD $pSrc, $pSrc, $srcStep
97 LDM $pSrc, {$out0, $out1, $scratch}
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_sco.c 51 typedef INT32 (*PCONVERT_TO_BT_FILTERED) (UINT8 *pSrc, void *pDst, UINT32 dwSrcSamples,
53 typedef INT32 (*PCONVERT_TO_BT_NOFILTER) (void *pSrc, void *pDst, UINT32 dwSrcSamples,
242 INT32 Convert_8M_ToBT_Filtered (UINT8 *pSrc, void *pDst, UINT32 dwSrcSamples,
252 memcpy (pOverlapArea + (BTA_DM_PCM_OVERLAP_SIZE * 2), pSrc, BTA_DM_PCM_OVERLAP_SIZE * 2);
257 pIn = (SRC_TYPE *)(pSrc + BTA_DM_PCM_OVERLAP_SIZE);
258 pInEnd = (SRC_TYPE *)(pSrc + (dwSrcSamples * SRC_CHANNELS * sizeof (SRC_TYPE)) - \
277 memcpy (pOverlapArea, pSrc + (dwSrcSamples * SRC_CHANNELS * sizeof (SRC_TYPE)) - \
285 INT32 Convert_8M_ToBT_NoFilter (void *pSrc, void *pDst, UINT32 dwSrcSamples, UINT32 dwSrcSps)
288 UINT8 *pbSrc = (UINT8 *)pSrc;
328 INT32 Convert_16M_ToBT_Filtered (UINT8 *pSrc, void *pDst, UINT32 dwSrcSamples
    [all...]
  /external/aac/libFDK/src/
fft.cpp 217 const FIXP_DBL *pSrc = pInput;
222 pDst[k+0] = pSrc[l];
223 pDst[k+1] = pSrc[l+1];
228 pDst[k+2] = pSrc[l];
229 pDst[k+3] = pSrc[l+1];
233 pDst[k+4] = pSrc[l];
234 pDst[k+5] = pSrc[l+1];
269 const FIXP_DBL *pSrc = aDst;
274 pDst[k+0] = pSrc[l+0];
275 pDst[k+1] = pSrc[l+1]
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ustr_wcs.c 78 const UChar *pSrc = src;
87 srcLength = u_strlen(pSrc);
90 pSrcLimit = pSrc + srcLength;
97 ucnv_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,NULL,(UBool)(pSrc==pSrcLimit),pErrorCode);
299 const wchar_t* pSrc = src;
339 while(nulLen<srcLength && pSrc[nulLen++]!=0){
342 if((pSrc+nulLen) < pSrcLimit){
360 retVal = uprv_wcstombs(pCSrc,pSrc,remaining);
370 pSrc += nulLen; /* skip past the null *
    [all...]
  /external/icu4c/common/
ustr_wcs.cpp 81 const UChar *pSrc = src;
90 srcLength = u_strlen(pSrc);
93 pSrcLimit = pSrc + srcLength;
100 ucnv_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,NULL,(UBool)(pSrc==pSrcLimit),pErrorCode);
306 const wchar_t* pSrc = src;
346 while(nulLen<srcLength && pSrc[nulLen++]!=0){
349 if((pSrc+nulLen) < pSrcLimit){
367 retVal = uprv_wcstombs(pCSrc,pSrc,remaining);
377 pSrc += nulLen; /* skip past the null *
    [all...]
  /external/lzma/CPP/Windows/
PropVariant.h 44 HRESULT Copy(const PROPVARIANT *pSrc);
45 HRESULT Attach(PROPVARIANT *pSrc);
49 void InternalCopy(const PROPVARIANT *pSrc);

Completed in 411 milliseconds

1 23 4 5 6 7