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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_MotionEstimationMB.c926 * [in] PartStartX - Partition start X index in integer pels
950 OMX_S32 PartStartX,
985 OffSrc = SrcCurrStep * (PartStartY + y) + PartStartX + x;
986 OffRef = SrcRefStep * (PartStartY + y) + PartStartX + x;
1000 x + PartStartX,
1011 OffX = (PartStartX + x) >> 2;
1049 OffX = (PartStartX + x * BlockWidth) >> 2;
1069 OffX = (PartStartX + x * BlockWidth) >> 2;
1404 OMX_S32 PartStartX = 0, PartStartY = 0; local
1513 PartStartX
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
[all...]

Completed in 84 milliseconds