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.c49 * pSrcRefBuf and pSearchPointRefPos should be shifted by the winning MV of
55 * pSrcRefBuf - pointer to the reference Y plane; points to the reference
83 * - at least one of the following pointers is NULL: pSrcRefBuf,
90 const OMX_U8 *pSrcRefBuf,
105 armRetArgErrIf(pSrcRefBuf == NULL, OMX_Sts_BadArgErr);
113 pSrcRefBuf,
89 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.c50 * pSrcRefBuf and pSearchPointRefPos should be shifted by the winning MV of
56 * pSrcRefBuf - pointer to the reference Y plane; points to the reference
84 * pSrcRefBuf, pRefRect, pSrcCurrBuff, pSearchPointRefPos, pSrcDstMV
90 const OMX_U8 *pSrcRefBuf,
104 armRetArgErrIf(pSrcRefBuf == NULL, OMX_Sts_BadArgErr);
112 pSrcRefBuf,
89 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.c53 * pSrcRefBuf - pointer to the reference Y plane; points to the reference
86 * - at least one of the following pointers is NULL: pSrcRefBuf,
94 const OMX_U8 *pSrcRefBuf,
113 pSrcRefBuf,
93 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.c53 * pSrcRefBuf - pointer to the reference Y plane; points to the reference
84 * - at least one of the following pointers is NULL: pSrcRefBuf,
92 const OMX_U8 *pSrcRefBuf,
110 pSrcRefBuf,
91 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.c48 * externally. The input parameters pSrcRefBuf and pSearchPointRefPos should be
55 * [in] pSrcRefBuf pointer to the reference Y plane; points to the reference MB
79 const OMX_U8 *pSrcRefBuf,
99 armRetArgErrIf(pSrcRefBuf == NULL, OMX_Sts_BadArgErr);
107 pTempSrcRefBuf = pSrcRefBuf + (refWidth * (pSrcDstMV->dy/2)) + (pSrcDstMV->dx/2);
161 pTempSrcRefBuf = pSrcRefBuf + (refWidth * (pSrcDstMV->dy/2))
78 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.c53 * [in] pSrcRefBuf pointer to the reference Y plane; points to the reference MB that
82 const OMX_U8 *pSrcRefBuf,
108 armRetArgErrIf(pSrcRefBuf == NULL, OMX_Sts_BadArgErr);
153 pTempSrcRefBuf = pSrcRefBuf + (refWidth * y) + x;
81 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.c49 * [in] pSrcRefBuf pointer to the reference Y plane; points to the reference MB that
74 const OMX_U8 *pSrcRefBuf,
92 pSrcRefBuf,
106 pSrcRefBuf,
129 * [in] pSrcRefBuf pointer to the reference Y plane; points to the reference MB that
154 const OMX_U8 *pSrcRefBuf,
172 pSrcRefBuf,
186 pSrcRefBuf,
219 * pSrcRefBuf - pointer to the reference Y plane; points to the reference
275 * pSrcRefBuf, pRefRec
73 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
153 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
280 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 616 milliseconds