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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_MotionEstimationMB.c80 * [in] pMBIntra -
98 const OMXVCM4P10MBInfoPtr *pMBIntra,
164 if (pMBIntra[1] != NULL)
167 pMBIntra[1]->pIntra4x4PredMode[3*4 + x];
171 if (pMBIntra[3] != NULL)
174 pMBIntra[3]->pIntra4x4PredMode[3*4 + x];
179 if (pMBIntra[2] != NULL)
181 PredIntra4x4Mode [0][0] = pMBIntra[2]->pIntra4x4PredMode[15];
187 if (pMBIntra[0] != NULL)
190 pMBIntra[
87 armVCM4P10_CalculateBlockSAD( OMXVCM4P10MBInfo *pSrcMBInfo, 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, const OMXVCM4P10MBInfoPtr *pMBInter, const OMXVCM4P10MBInfoPtr *pMBIntra, OMX_U16 *pDstBlockSAD) 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
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 114 milliseconds