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.c230 * pSrcDstMBCurr - pointer to information structure for the current MB.
238 * pSrcDstMBCurr - pointer to updated information structure for the current
261 * pSrcDstMBCurr, or pDstSAD.
274 OMXVCM4P2MBInfo *pSrcDstMBCurr,
307 armRetArgErrIf(pSrcDstMBCurr == NULL, OMX_Sts_BadArgErr);
316 pSrcDstMBCurr->mbType = OMX_VC_INTER;
369 pSrcDstMBCurr->pMV0[0][0].dx = 0;
370 pSrcDstMBCurr->pMV0[0][0].dy = 0;
376 &(pSrcDstMBCurr->pMV0[0][0]),
380 &(pSrcDstMBCurr
265 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.c461 * [in/out] pSrcDstMBCurr - Pointer to the OMXVCM4P10MBInfo which will be updated for
479 OMXVCM4P10MBInfo *pSrcDstMBCurr,
563 pSrcDstMBCurr->pIntra4x4PredMode [BlockY * 4 + BlockX] =
1103 * [in/out] pSrcDstMBCurr - Pointer to information structure for the current MB. Following member should be set
1121 OMXVCM4P10MBInfo *pSrcDstMBCurr,
1182 pSrcDstMBCurr->Intra16x16PredMode = IntraMode16x16 [mode];
1208 * [in/out] pSrcDstMBCurr - Pointer to information structure for the current MB. Following member should be set
1224 OMXVCM4P10MBInfo *pSrcDstMBCurr,
1331 pSrcDstMBCurr,
1364 * [in/out] pSrcDstMBCurr
476 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
1113 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
1218 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
1374 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
1746 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 8 milliseconds