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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_MotionEstimationMB.c607 * [in] RefFrame - Index of the reference frame for prediction
622 OMX_S32 RefFrame,
661 if (RFrameL == RefFrame && RFrameU != RefFrame && RFrameUR != RefFrame)
665 else if(RFrameL != RefFrame && RFrameU == RefFrame && RFrameUR != RefFrame)
669 else if(RFrameL != RefFrame && RFrameU != RefFrame
617 armVCM4P10_SetMotionVectorPredictor( OMX_U32 BlockStartX, OMX_U32 BlockStartY, OMX_U32 BlockSizex, OMX_U32 BlockSizey, OMX_S32 RefFrame, OMX_S32 pRefFrArr[][6], OMXVCMotionVector pMVArr[][12], OMXVCMotionVector *pMVPred ) argument
793 armVCM4P10_BlockMotionSearch( const OMX_U8* pSrcCurrBuf, OMX_S32 SrcCurrStep, const OMX_U8* pSrcRefY, OMX_S32 nSrcRefStep, const OMXRect *pRefRect, const OMXVCM4P2Coordinate *pCurrPointPos, void* pMESpec, OMX_S32 nLamda, OMX_S32* pBestCost, OMXVCMotionVector *pBestMV, OMX_U32 BlockStartX, OMX_U32 BlockStartY, OMX_U32 BlockSizeX, OMX_U32 BlockSizeY, OMX_S32 RefFrame, OMX_S32 pRefFrArr [][6], OMXVCMotionVector pMVArr [][12], OMXVCMotionVector *pMVPred ) argument
[all...]

Completed in 32 milliseconds