Searched defs:pSrcRefBuf (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_BlockMatch_Half_16x16.c34 * pSrcRefBuf and pSearchPointRefPos should be shifted by the winning MV of
40 * pSrcRefBuf - pointer to the reference Y plane; points to the reference
68 * - at least one of the following pointers is NULL: pSrcRefBuf,
75 const OMX_U8 *pSrcRefBuf,
90 armRetArgErrIf(pSrcRefBuf == NULL, OMX_Sts_BadArgErr);
98 pSrcRefBuf,
74 omxVCM4P2_BlockMatch_Half_16x16( const OMX_U8 *pSrcRefBuf, OMX_INT refWidth, const OMXRect *pRefRect, const OMX_U8 *pSrcCurrBuf, const OMXVCM4P2Coordinate *pSearchPointRefPos, OMX_INT rndVal, OMXVCMotionVector *pSrcDstMV, OMX_INT *pDstSAD ) argument
H A DomxVCM4P2_BlockMatch_Half_8x8.c35 * pSrcRefBuf and pSearchPointRefPos should be shifted by the winning MV of
41 * pSrcRefBuf - pointer to the reference Y plane; points to the reference
69 * pSrcRefBuf, pRefRect, pSrcCurrBuff, pSearchPointRefPos, pSrcDstMV
75 const OMX_U8 *pSrcRefBuf,
89 armRetArgErrIf(pSrcRefBuf == NULL, OMX_Sts_BadArgErr);
97 pSrcRefBuf,
74 omxVCM4P2_BlockMatch_Half_8x8( const OMX_U8 *pSrcRefBuf, OMX_INT refWidth, const OMXRect *pRefRect, const OMX_U8 *pSrcCurrBuf, const OMXVCM4P2Coordinate *pSearchPointRefPos, OMX_INT rndVal, OMXVCMotionVector *pSrcDstMV, OMX_INT *pDstSAD ) argument
H A DomxVCM4P2_BlockMatch_Integer_16x16.c38 * pSrcRefBuf - pointer to the reference Y plane; points to the reference
71 * - at least one of the following pointers is NULL: pSrcRefBuf,
79 const OMX_U8 *pSrcRefBuf,
98 pSrcRefBuf,
78 omxVCM4P2_BlockMatch_Integer_16x16( const OMX_U8 *pSrcRefBuf, OMX_INT refWidth, const OMXRect *pRefRect, const OMX_U8 *pSrcCurrBuf, const OMXVCM4P2Coordinate *pCurrPointPos, const OMXVCMotionVector *pSrcPreMV, const OMX_INT *pSrcPreSAD, void *pMESpec, OMXVCMotionVector *pDstMV, OMX_INT *pDstSAD ) argument
H A DomxVCM4P2_BlockMatch_Integer_8x8.c38 * pSrcRefBuf - pointer to the reference Y plane; points to the reference
69 * - at least one of the following pointers is NULL: pSrcRefBuf,
77 const OMX_U8 *pSrcRefBuf,
95 pSrcRefBuf,
76 omxVCM4P2_BlockMatch_Integer_8x8( const OMX_U8 *pSrcRefBuf, OMX_INT refWidth, const OMXRect *pRefRect, const OMX_U8 *pSrcCurrBuf, const OMXVCM4P2Coordinate *pCurrPointPos, const OMXVCMotionVector *pSrcPreMV, const OMX_INT *pSrcPreSAD, void *pMESpec, OMXVCMotionVector *pDstMV, OMX_INT *pDstSAD ) argument
H A DarmVCM4P2_BlockMatch_Half.c33 * externally. The input parameters pSrcRefBuf and pSearchPointRefPos should be
40 * [in] pSrcRefBuf pointer to the reference Y plane; points to the reference MB
64 const OMX_U8 *pSrcRefBuf,
84 armRetArgErrIf(pSrcRefBuf == NULL, OMX_Sts_BadArgErr);
92 pTempSrcRefBuf = pSrcRefBuf + (refWidth * (pSrcDstMV->dy/2)) + (pSrcDstMV->dx/2);
146 pTempSrcRefBuf = pSrcRefBuf + (refWidth * (pSrcDstMV->dy/2))
63 armVCM4P2_BlockMatch_Half( const OMX_U8 *pSrcRefBuf, OMX_INT refWidth, const OMXRect *pRefRect, const OMX_U8 *pSrcCurrBuf, const OMXVCM4P2Coordinate *pSearchPointRefPos, OMX_INT rndVal, OMXVCMotionVector *pSrcDstMV, OMX_INT *pDstSAD, OMX_U8 BlockSize ) argument
H A DarmVCM4P2_BlockMatch_Integer.c38 * [in] pSrcRefBuf pointer to the reference Y plane; points to the reference MB that
67 const OMX_U8 *pSrcRefBuf,
93 armRetArgErrIf(pSrcRefBuf == NULL, OMX_Sts_BadArgErr);
138 pTempSrcRefBuf = pSrcRefBuf + (refWidth * y) + x;
66 armVCM4P2_BlockMatch_Integer( const OMX_U8 *pSrcRefBuf, OMX_INT refWidth, const OMXRect *pRefRect, const OMX_U8 *pSrcCurrBuf, const OMXVCM4P2Coordinate *pCurrPointPos, const OMXVCMotionVector *pSrcPreMV, const OMX_INT *pSrcPreSAD, void *pMESpec, OMXVCMotionVector *pDstMV, OMX_INT *pDstSAD, OMX_U8 BlockSize ) argument
H A DomxVCM4P2_MotionEstimationMB.c34 * [in] pSrcRefBuf pointer to the reference Y plane; points to the reference MB that
59 const OMX_U8 *pSrcRefBuf,
77 pSrcRefBuf,
91 pSrcRefBuf,
114 * [in] pSrcRefBuf pointer to the reference Y plane; points to the reference MB that
139 const OMX_U8 *pSrcRefBuf,
157 pSrcRefBuf,
171 pSrcRefBuf,
204 * pSrcRefBuf - pointer to the reference Y plane; points to the reference
260 * pSrcRefBuf, pRefRec
58 armVCM4P2_BlockMatch_16x16( const OMX_U8 *pSrcRefBuf, const OMX_INT srcRefStep, const OMXRect *pRefRect, const OMX_U8 *pSrcCurrBuf, const OMXVCM4P2Coordinate *pCurrPointPos, OMXVCMotionVector *pSrcPreMV, OMX_INT *pSrcPreSAD, void *pMESpec, OMXVCMotionVector *pDstMV, OMX_INT *pDstSAD ) argument
138 armVCM4P2_BlockMatch_8x8( const OMX_U8 *pSrcRefBuf, OMX_INT srcRefStep, const OMXRect *pRefRect, const OMX_U8 *pSrcCurrBuf, const OMXVCM4P2Coordinate *pCurrPointPos, OMXVCMotionVector *pSrcPreMV, OMX_INT *pSrcPreSAD, void *pMESpec, OMXVCMotionVector *pSrcDstMV, OMX_INT *pDstSAD ) argument
265 omxVCM4P2_MotionEstimationMB( const OMX_U8 *pSrcCurrBuf, OMX_S32 srcCurrStep, const OMX_U8 *pSrcRefBuf, OMX_S32 srcRefStep, const OMXRect*pRefRect, const OMXVCM4P2Coordinate *pCurrPointPos, void *pMESpec, const OMXVCM4P2MBInfoPtr *pMBInfo, OMXVCM4P2MBInfo *pSrcDstMBCurr, OMX_U16 *pDstSAD, OMX_U16 *pDstBlockSAD ) argument
[all...]

Completed in 395 milliseconds