Searched defs:pBestCost (Results 1 - 2 of 2) sorted by relevance
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
H A D | omxVCM4P10_BlockMatch_Integer.c | 78 * pBestCost - Motion cost associated with the best MV; computed as 104 OMX_S32 *pBestCost, 130 armRetArgErrIf(pBestCost == NULL, OMX_Sts_BadArgErr); 176 *pBestCost = 0x7fffffff; 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 D | omxVCM4P10_MotionEstimationMB.c | 486 * [in] pBestCost - Cost for the Best Intra 4x4 mode 500 OMX_S32 *pBestCost 592 *pBestCost = BestCost; 777 * [out] pBestCost - Minimum cost for encoding current block 803 OMX_S32* pBestCost, 859 /**pBestCost = Cost; 898 *pBestCost = Cost; 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 213 milliseconds