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.c32 * resolution motion vector referenced by the input parameter pSrcDstMV, i.e.,
54 * pSrcDstMV - pointer to the initial MV estimate; typically generated
60 * pSrcDstMV - pointer to estimated MV
69 * pRefRect, pSrcCurrBuff, pSearchPointRefPos, pSrcDstMV.
81 OMXVCMotionVector *pSrcDstMV,
94 armRetArgErrIf(pSrcDstMV == NULL, OMX_Sts_BadArgErr);
104 pSrcDstMV,
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.c33 * resolution motion vector referenced by the input parameter pSrcDstMV, i.e.,
54 * pSrcDstMV - pointer to the initial MV estimate; typically generated
60 * pSrcDstMV - pointer to estimated MV
69 * pSrcRefBuf, pRefRect, pSrcCurrBuff, pSearchPointRefPos, pSrcDstMV
81 OMXVCMotionVector *pSrcDstMV,
93 armRetArgErrIf(pSrcDstMV == NULL, OMX_Sts_BadArgErr);
103 pSrcDstMV,
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 DarmVCM4P2_BlockMatch_Half.c32 * by the input parameter pSrcDstMV, i.e., the initial integer MV is generated
51 * [in] pSrcDstMV pointer to the initial MV estimate; typically generated during a prior
54 * [out]pSrcDstMV pointer to estimated MV
70 OMXVCMotionVector *pSrcDstMV,
88 armRetArgErrIf(pSrcDstMV == NULL, OMX_Sts_BadArgErr);
92 pTempSrcRefBuf = pSrcRefBuf + (refWidth * (pSrcDstMV->dy/2)) + (pSrcDstMV->dx/2);
146 pTempSrcRefBuf = pSrcRefBuf + (refWidth * (pSrcDstMV->dy/2))
147 + (pSrcDstMV->dx/2);
180 pSrcDstMV
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
[all...]
H A DomxVCM4P2_MotionEstimationMB.c147 OMXVCMotionVector *pSrcDstMV,
165 pSrcDstMV,
177 pSrcDstMV,
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

Completed in 6 milliseconds