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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_MotionEstimationMB.c277 OMX_U32 MBPosY = pCurrPointPos->y >> 4; local
287 if ((MBPosY != 0) && (pMBIntra [1] != 0 || pMBInter [1] != 0))
293 if ((MBPosX > 0) && (MBPosY > 0) &&
1149 OMX_U32 MBPosY = pCurrPointPos->y >> 4; local
1160 if ((MBPosY != 0) && (pMBIntra [1] != 0 || pMBInter [1] != 0))
1166 if ((MBPosX > 0) && (MBPosY > 0) &&

Completed in 9 milliseconds