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.c42 * pDstMV - pointer to the limited motion vector
50 * pSrcMV, pDstMV, or pRectVOPRef.
57 OMXVCMotionVector *pDstMV,
66 armRetArgErrIf(pDstMV == NULL, OMX_Sts_BadArgErr);
72 pDstMV->dx = armMin (armMax (pSrcMV->dx, 2*pRectVOPRef->x - Xcoord),
74 pDstMV->dy = armMin (armMax (pSrcMV->dy, 2*pRectVOPRef->y - Ycoord),
55 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.c63 * pDstMV - pointer to estimated MV
72 * pRefRect, pSrcCurrBuff, pCurrPointPos, pDstMV, pDstSAD or
87 OMXVCMotionVector *pDstMV,
106 pDstMV,
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.c61 * pDstMV - pointer to estimated MV
70 * pRefRect, pSrcCurrBuff, pCurrPointPos, pDstMV, pDstSAD or
85 OMXVCMotionVector *pDstMV,
103 pDstMV,
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_Integer.c57 * [out] pDstMV pointer to estimated MV
75 OMXVCMotionVector *pDstMV,
98 armRetArgErrIf(pDstMV == NULL, OMX_Sts_BadArgErr);
128 pDstMV->dx = -fromX;
129 pDstMV->dy = -fromY;
152 if (armVCM4P2_CompareMV (x, y, candSAD, pDstMV->dx/2, pDstMV->dy/2, minSAD))
156 pDstMV->dx = x*2;
157 pDstMV->dy = y*2;
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.c50 * [out] pDstMV pointer to estimated MV
67 OMXVCMotionVector *pDstMV,
85 pDstMV,
97 pDstMV,
130 * [out] pDstMV pointer to estimated MV
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

Completed in 114 milliseconds