Searched refs:BlockWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_MotionEstimationMB.c924 * [in] BlockWidth - Width of current block
948 OMX_S32 BlockWidth,
983 for (x = 0; x < PartWidth; x += BlockWidth)
1002 BlockWidth,
1016 for (i = 0; i < (BlockWidth >> 2); i++)
1028 for (i = 0; i < (BlockWidth >> 3); i++)
1047 for (x = 0; x < (PartWidth/BlockWidth); x++)
1049 OffX = (PartStartX + x * BlockWidth) >> 2;
1067 for (x = 0; x < (PartWidth/BlockWidth); x++)
1069 OffX = (PartStartX + x * BlockWidth) >>
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 401 milliseconds