Searched refs:BASE_MV_MB_NMB (Results 1 – 2 of 2) sorted by relevance
52 #define BASE_MV_MB_NMB ((2*CAMERA_MV_RANGE/MB_WIDTH_LUMA)-1) macro
889 if (pList[iIdx].iMbX >= BASE_MV_MB_NMB) in InitMbInfo()891 if (pList[iIdx].iMbX <= (iMbWidth - 1 - BASE_MV_MB_NMB)) in InitMbInfo()893 if (pList[iIdx].iMbY >= BASE_MV_MB_NMB) in InitMbInfo()895 if (pList[iIdx].iMbY <= (iMbHeight - 1 - BASE_MV_MB_NMB)) in InitMbInfo()