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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_MotionEstimationMB.c245 * pSrcDstMBCurr - pointer to information structure for the current MB.
253 * pSrcDstMBCurr - pointer to updated information structure for the current
276 * pSrcDstMBCurr, or pDstSAD.
289 OMXVCM4P2MBInfo *pSrcDstMBCurr,
322 armRetArgErrIf(pSrcDstMBCurr == NULL, OMX_Sts_BadArgErr);
331 pSrcDstMBCurr->mbType = OMX_VC_INTER;
384 pSrcDstMBCurr->pMV0[0][0].dx = 0;
385 pSrcDstMBCurr->pMV0[0][0].dy = 0;
391 &(pSrcDstMBCurr->pMV0[0][0]),
395 &(pSrcDstMBCurr
280 omxVCM4P2_MotionEstimationMB( const OMX_U8 *pSrcCurrBuf, OMX_S32 srcCurrStep, const OMX_U8 *pSrcRefBuf, OMX_S32 srcRefStep, const OMXRect*pRefRect, const OMXVCM4P2Coordinate *pCurrPointPos, void *pMESpec, const OMXVCM4P2MBInfoPtr *pMBInfo, OMXVCM4P2MBInfo *pSrcDstMBCurr, OMX_U16 *pDstSAD, OMX_U16 *pDstBlockSAD ) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_MotionEstimationMB.c476 * [in/out] pSrcDstMBCurr - Pointer to the OMXVCM4P10MBInfo which will be updated for
494 OMXVCM4P10MBInfo *pSrcDstMBCurr,
578 pSrcDstMBCurr->pIntra4x4PredMode [BlockY * 4 + BlockX] =
1118 * [in/out] pSrcDstMBCurr - Pointer to information structure for the current MB. Following member should be set
1136 OMXVCM4P10MBInfo *pSrcDstMBCurr,
1197 pSrcDstMBCurr->Intra16x16PredMode = IntraMode16x16 [mode];
1223 * [in/out] pSrcDstMBCurr - Pointer to information structure for the current MB. Following member should be set
1239 OMXVCM4P10MBInfo *pSrcDstMBCurr,
1346 pSrcDstMBCurr,
1379 * [in/out] pSrcDstMBCurr
491 armVCM4P10_Mode4x4Decision( const OMX_U8* pSrcCurrBuf, OMX_S32 SrcCurrStep, OMXVCM4P10MBInfo *pSrcDstMBCurr, OMX_S32 Block8x8, OMX_S32 Block4x4, OMX_U8 *pPredIntra4x4SrcY, OMX_S32 StepPredIntra4x4SrcY, OMX_S32 pIntra4x4PredMode [][9], OMX_S32 *pBestCost ) argument
1128 armVCM4P10_Intra16x16Estimation( const OMX_U8* pSrcCurrBuf, OMX_S32 SrcCurrStep, const OMX_U8* pSrcRecBuf, OMX_S32 SrcRecStep, const OMXVCM4P2Coordinate *pCurrPointPos, const OMXVCM4P10MBInfoPtr *pMBInter, const OMXVCM4P10MBInfoPtr *pMBIntra, OMXVCM4P10MBInfo *pSrcDstMBCurr, OMX_U32 *pCost) argument
1233 armVCM4P10_Intra4x4Estimation( const OMX_U8* pSrcCurrBuf, OMX_S32 SrcCurrStep, const OMX_U8* pSrcRecBuf, OMX_S32 SrcRecStep, const OMXVCM4P10MBInfoPtr *pMBIntra, OMXVCM4P10MBInfo *pSrcDstMBCurr, OMX_U32 *pCost) argument
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 56 milliseconds