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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_MotionEstimationMB.c925 * [in] BlockHeight - Height of current block
949 OMX_S32 BlockHeight,
981 for (y = 0; y < PartHeight; y += BlockHeight)
1003 BlockHeight,
1014 for (j = 0; j < (BlockHeight >> 2); j++)
1026 for (j = 0; j < (BlockHeight >> 3); j++)
1045 for (y = 0; y < (PartHeight/BlockHeight); y++)
1050 OffY = (PartStartY + y * BlockHeight) >> 2;
1065 for (y = 0; y < (PartHeight/BlockHeight); y++)
1070 OffY = (PartStartY + y * BlockHeight) >>
937 armVCM4P10_PartitionME( const OMX_U8* pSrcCurrBuf, OMX_S32 SrcCurrStep, const OMX_U8 *pSrcRefBufList[ARM_VCM4P10_MAX_FRAMES], OMX_S32 SrcRefStep, const OMXRect *pRefRect, const OMXVCM4P2Coordinate *pCurrPointPos, void* pMESpec, OMX_S32 PartWidth, OMX_S32 PartHeight, OMX_S32 BlockWidth, OMX_S32 BlockHeight, OMX_S32 PartStartX, OMX_S32 PartStartY, OMXVCMotionVector pMVArr [][12], OMX_S32 pRefFrArr [][6], OMXVCMotionVector pMVPredArr [][4], OMX_S32 Lambda, OMX_S32 *pCost ) argument
1405 OMX_S32 PartWidth = 8, PartHeight = 8, BlockWidth = 4, BlockHeight = 4; local
[all...]

Completed in 115 milliseconds