Searched defs:pSrcDstMV (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_BlockMatch_Half_16x16.c47 * resolution motion vector referenced by the input parameter pSrcDstMV, i.e.,
69 * pSrcDstMV - pointer to the initial MV estimate; typically generated
75 * pSrcDstMV - pointer to estimated MV
84 * pRefRect, pSrcCurrBuff, pSearchPointRefPos, pSrcDstMV.
96 OMXVCMotionVector *pSrcDstMV,
109 armRetArgErrIf(pSrcDstMV == NULL, OMX_Sts_BadArgErr);
119 pSrcDstMV,
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.c48 * resolution motion vector referenced by the input parameter pSrcDstMV, i.e.,
69 * pSrcDstMV - pointer to the initial MV estimate; typically generated
75 * pSrcDstMV - pointer to estimated MV
84 * pSrcRefBuf, pRefRect, pSrcCurrBuff, pSearchPointRefPos, pSrcDstMV
96 OMXVCMotionVector *pSrcDstMV,
108 armRetArgErrIf(pSrcDstMV == NULL, OMX_Sts_BadArgErr);
118 pSrcDstMV,
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 DarmVCM4P2_BlockMatch_Half.c47 * by the input parameter pSrcDstMV, i.e., the initial integer MV is generated
66 * [in] pSrcDstMV pointer to the initial MV estimate; typically generated during a prior
69 * [out]pSrcDstMV pointer to estimated MV
85 OMXVCMotionVector *pSrcDstMV,
103 armRetArgErrIf(pSrcDstMV == NULL, OMX_Sts_BadArgErr);
107 pTempSrcRefBuf = pSrcRefBuf + (refWidth * (pSrcDstMV->dy/2)) + (pSrcDstMV->dx/2);
161 pTempSrcRefBuf = pSrcRefBuf + (refWidth * (pSrcDstMV->dy/2))
162 + (pSrcDstMV->dx/2);
195 pSrcDstMV
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
[all...]
H A DomxVCM4P2_MotionEstimationMB.c162 OMXVCMotionVector *pSrcDstMV,
180 pSrcDstMV,
192 pSrcDstMV,
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

Completed in 519 milliseconds