Home | History | Annotate | Download | only in src

Lines Matching refs:pSrc

48  * [in] pSrc        pointer to the block in the reference plane.
57 const OMX_U8 *pSrc,
66 pTempSrc1 = pSrc;
67 pTempSrc2 = pSrc + srcStep;
90 * [in] pSrc pointer to the block in the reference plane.
99 const OMX_U8 *pSrc,
108 pTempSrc1 = pSrc;
135 * [in] pSrc pointer to the block in the reference plane.
144 const OMX_U8 *pSrc,
155 pTempSrc1 = pSrc;
156 pTempSrc2 = pSrc + srcStep;
157 pTempSrc3 = pSrc + 1;
158 pTempSrc4 = pSrc + srcStep + 1;
184 * [in] pSrc pointer to the block in the reference plane.
198 const OMX_U8 *pSrc,
210 pDst[count] = pSrc[index];
226 * [in] pSrc pointer to the block in the reference plane.
239 const OMX_U8 *pSrc,
252 temp = pSrc[x] + pSrcResidue[x];
256 pSrc += 8;
270 * pSrc - pointer to the block in the reference plane.
296 * - one or more of the following pointers is NULL: pSrc or pDst.
303 const OMX_U8 *pSrc,
315 armRetArgErrIf(pSrc == NULL, OMX_Sts_BadArgErr);
330 armVCM4P2_MCReconBlock_NoRes(pSrc,
336 armVCM4P2_HalfPelHor(pSrc,
342 armVCM4P2_HalfPelVer(pSrc,
348 armVCM4P2_HalfPelVerHor(pSrc,