Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dsvc_motion_estimate.h54 #define EXPANDED_MV_RANGE (504) //=512-8 rather than 511 to sacrifice same edge point but save comp… macro
/third_party/openh264/test/encoder/
DEncUT_MotionEstimate.cpp142 m_iMvRange = m_iUsageType ? EXPANDED_MV_RANGE : CAMERA_STARTMV_RANGE; in SetUp()
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp1512 int32_t iFixMvRange = pParam->iUsageType ? EXPANDED_MV_RANGE : CAMERA_STARTMV_RANGE; in GetMvMvdRange()