Searched defs:pBestMV (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_BlockMatch_Integer.c103 OMXVCMotionVector *pBestMV,
129 armRetArgErrIf(pBestMV == NULL, OMX_Sts_BadArgErr);
173 pBestMV->dx = -fromX * 4;
174 pBestMV->dy = -fromY * 4;
202 armVCM4P10_CompareMotionCostToMV ((x * 4), (y * 4), diffMV, candSAD, pBestMV, nLamda, pBestCost);
91 omxVCM4P10_BlockMatch_Integer( const OMX_U8 *pSrcOrgY, OMX_S32 nSrcOrgStep, const OMX_U8 *pSrcRefY, OMX_S32 nSrcRefStep, const OMXRect *pRefRect, const OMXVCM4P2Coordinate *pCurrPointPos, OMX_U8 iBlockWidth, OMX_U8 iBlockHeight, OMX_U32 nLamda, const OMXVCMotionVector *pMVPred, const OMXVCMotionVector *pMVCandidate, OMXVCMotionVector *pBestMV, OMX_S32 *pBestCost, void *pMESpec ) argument
H A DomxVCM4P10_MotionEstimationMB.c778 * [out] pBestMV - MV corresponding to best cost
804 OMXVCMotionVector *pBestMV,
860 pBestMV->dx = MVCalculated.dx;
861 pBestMV->dy = MVCalculated.dy;*/
899 pBestMV->dx = MVCalculated.dx;
900 pBestMV->dy = MVCalculated.dy;
793 armVCM4P10_BlockMotionSearch( const OMX_U8* pSrcCurrBuf, OMX_S32 SrcCurrStep, const OMX_U8* pSrcRefY, OMX_S32 nSrcRefStep, const OMXRect *pRefRect, const OMXVCM4P2Coordinate *pCurrPointPos, void* pMESpec, OMX_S32 nLamda, OMX_S32* pBestCost, OMXVCMotionVector *pBestMV, OMX_U32 BlockStartX, OMX_U32 BlockStartY, OMX_U32 BlockSizeX, OMX_U32 BlockSizeY, OMX_S32 RefFrame, OMX_S32 pRefFrArr [][6], OMXVCMotionVector pMVArr [][12], OMXVCMotionVector *pMVPred ) argument

Completed in 7882 milliseconds