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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_MotionEstimationMB.c142 OMX_S32 x, y, Block8x8, Block4x4, BlockX, BlockY; local
212 for (Block8x8 = 0; Block8x8 < 4; Block8x8++)
218 BlockX = ((Block8x8 & 1) << 1) + (Block4x4 & 1);
219 BlockY = ((Block8x8 >> 1) << 1) + (Block4x4 >> 1);
423 OMX_U32 x8x8, y8x8, x4x4, y4x4, Block8x8, Block4x4; local
430 for (Block8x8 = 0; Block8x8 < 4; Block8x8
491 armVCM4P10_Mode4x4Decision( const OMX_U8* pSrcCurrBuf, OMX_S32 SrcCurrStep, OMXVCM4P10MBInfo *pSrcDstMBCurr, OMX_S32 Block8x8, OMX_S32 Block4x4, OMX_U8 *pPredIntra4x4SrcY, OMX_S32 StepPredIntra4x4SrcY, OMX_S32 pIntra4x4PredMode [][9], OMX_S32 *pBestCost ) argument
1242 OMX_S32 x, y, Block4x4, Block8x8; local
1403 OMX_U32 Block8x8, XPerMB, YPerMB, Block2x, Block2y; local
[all...]

Completed in 75 milliseconds