Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dsvc_motion_estimate.cpp219 int16_t iMvc0, iMvc1; in WelsMotionEstimateInitialPoint() local
245 iMvc1 = WELS_CLIP3 ((2 + kpMvcList[i].iMvY) >> 2, ksMvStartMin.iMvY, ksMvStartMax.iMvY); in WelsMotionEstimateInitialPoint()
247 if (((iMvc0 - sMv.iMvX) || (iMvc1 - sMv.iMvY))) { in WelsMotionEstimateInitialPoint()
248 pFref2 = &pMe->pRefMb[iMvc1 * iStrideRef + iMvc0]; in WelsMotionEstimateInitialPoint()
251 … COST_MVD (kpMvdCost, (iMvc0 * (1 << 2)) - ksMvp.iMvX, (iMvc1 * (1 << 2)) - ksMvp.iMvY); in WelsMotionEstimateInitialPoint()
255 sMv.iMvY = iMvc1; in WelsMotionEstimateInitialPoint()