Home
last modified time | relevance | path

Searched refs:CAMERA_MVD_RANGE (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dsvc_motion_estimate.h51 #define CAMERA_MVD_RANGE ((CAMERA_MV_RANGE+1)<<1) //mvd=mv_range*2; macro
/third_party/openh264/test/encoder/
DEncUT_MotionEstimate.cpp143 …MvdRange = (m_iUsageType ? EXPANDED_MVD_RANGE : ((m_iNumDependencyLayers == 1) ? CAMERA_MVD_RANGE : in SetUp()
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp1513 … = (pParam->iUsageType ? EXPANDED_MVD_RANGE : ((pParam->iSpatialLayerNum == 1) ? CAMERA_MVD_RANGE : in GetMvMvdRange()