Home
last modified time | relevance | path

Searched refs:BASE_MV_MB_NMB (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dsvc_motion_estimate.h52 #define BASE_MV_MB_NMB ((2*CAMERA_MV_RANGE/MB_WIDTH_LUMA)-1) macro
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp889 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()