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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_MotionEstimationMB.c604 * [in] BlockStartY - Start Y index in integer pels in current Block
619 OMX_U32 BlockStartY,
636 BlockY = 4 + (BlockStartY >> 2);
694 if(BlockStartY == 0)
780 * [in] BlockStartY - Block start Y index in integer pels
807 OMX_U32 BlockStartY,
826 BlockStartY,
839 CurrBlockPos.y = pCurrPointPos->y + BlockStartY;
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

Completed in 57 milliseconds