Searched defs:pDstMV (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
H A DomxVCCOMM_LimitMVToRect.c57 * pDstMV - pointer to the limited motion vector
65 * pSrcMV, pDstMV, or pRectVOPRef.
72 OMXVCMotionVector *pDstMV,
81 armRetArgErrIf(pDstMV == NULL, OMX_Sts_BadArgErr);
87 pDstMV->dx = armMin (armMax (pSrcMV->dx, 2*pRectVOPRef->x - Xcoord),
89 pDstMV->dy = armMin (armMax (pSrcMV->dy, 2*pRectVOPRef->y - Ycoord),
70 omxVCCOMM_LimitMVToRect( const OMXVCMotionVector * pSrcMV, OMXVCMotionVector *pDstMV, const OMXRect * pRectVOPRef, OMX_INT Xcoord, OMX_INT Ycoord, OMX_INT size ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_BlockMatch_Integer_16x16.c78 * pDstMV - pointer to estimated MV
87 * pRefRect, pSrcCurrBuff, pCurrPointPos, pDstMV, pDstSAD or
102 OMXVCMotionVector *pDstMV,
121 pDstMV,
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.c76 * pDstMV - pointer to estimated MV
85 * pRefRect, pSrcCurrBuff, pCurrPointPos, pDstMV, pDstSAD or
100 OMXVCMotionVector *pDstMV,
118 pDstMV,
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_Integer.c72 * [out] pDstMV pointer to estimated MV
90 OMXVCMotionVector *pDstMV,
113 armRetArgErrIf(pDstMV == NULL, OMX_Sts_BadArgErr);
143 pDstMV->dx = -fromX;
144 pDstMV->dy = -fromY;
167 if (armVCM4P2_CompareMV (x, y, candSAD, pDstMV->dx/2, pDstMV->dy/2, minSAD))
171 pDstMV->dx = x*2;
172 pDstMV->dy = y*2;
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.c65 * [out] pDstMV pointer to estimated MV
82 OMXVCMotionVector *pDstMV,
100 pDstMV,
112 pDstMV,
145 * [out] pDstMV pointer to estimated MV
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

Completed in 7495 milliseconds