Searched refs:EXPANDED_MV_RANGE (Results 1 – 3 of 3) sorted by relevance
54 #define EXPANDED_MV_RANGE (504) //=512-8 rather than 511 to sacrifice same edge point but save comp… macro
142 m_iMvRange = m_iUsageType ? EXPANDED_MV_RANGE : CAMERA_STARTMV_RANGE; in SetUp()
1512 int32_t iFixMvRange = pParam->iUsageType ? EXPANDED_MV_RANGE : CAMERA_STARTMV_RANGE; in GetMvMvdRange()