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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_MotionEstimationMB.c1382 * [out] pDstCost - Pointer to cost for Inter MB
1400 OMX_U32 *pDstCost)
1675 *pDstCost = BestCost;
1736 * pDstCost - Pointer to the minimum motion cost for the current MB.
1754 * pMBInter, pMBIntra,pSrcDstMBCurr, pDstCost, pSrcRefBufList[0]
1775 OMX_INT *pDstCost,
1791 armRetArgErrIf(pDstCost == NULL, OMX_Sts_BadArgErr)
1811 *pDstCost = ARM_VCM4P10_MAX_COST;
1833 *pDstCost = Cost;
1853 if (Cost <= *pDstCost)
1389 armVCM4P10_InterMEMB( const OMX_U8 *pSrcCurrBuf, OMX_S32 SrcCurrStep, const OMX_U8 *pSrcRefBufList[ARM_VCM4P10_MAX_FRAMES], OMX_S32 SrcRefStep, const OMXRect *pRefRect, const OMXVCM4P2Coordinate *pCurrPointPos, OMX_U32 Lambda, void *pMESpec, const OMXVCM4P10MBInfoPtr *pMBInter, OMXVCM4P10MBInfoPtr pSrcDstMBCurr, OMX_U32 *pDstCost) argument
1761 omxVCM4P10_MotionEstimationMB( const OMX_U8 *pSrcCurrBuf, OMX_S32 SrcCurrStep, const OMX_U8 *pSrcRefBufList[ARM_VCM4P10_MAX_FRAMES], OMX_S32 SrcRefStep, const OMX_U8 *pSrcRecBuf, OMX_S32 SrcRecStep, const OMXRect *pRefRect, const OMXVCM4P2Coordinate *pCurrPointPos, OMX_U32 Lambda, void *pMESpec, const OMXVCM4P10MBInfoPtr *pMBInter, const OMXVCM4P10MBInfoPtr *pMBIntra, OMXVCM4P10MBInfo *pSrcDstMBCurr, OMX_INT *pDstCost, OMX_U16 *pDstBlockSAD) argument
[all...]

Completed in 46 milliseconds