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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_MotionEstimationMB.c73 * [in] pSrcRecBuf -
93 const OMX_U8 *pSrcRecBuf,
206 pSrcRecBuf [SrcRecStep * (y - 16) + x - 16];
300 pSrcRecBuf - 1,
301 pSrcRecBuf - SrcRecStep,
302 pSrcRecBuf - SrcRecStep - 1,
1110 * [in] pSrcRecBuf - Pointer to the start of luma component of co-located reconstructed MB
1111 * [in] SrcRecStep - Step size for the pointer pSrcRecBuf
1131 const OMX_U8* pSrcRecBuf,
1176 pSrcRecBuf
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 76 milliseconds