Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dsvc_motion_estimate.cpp221 int32_t iBestSadCost; in WelsMotionEstimateInitialPoint() local
239 iBestSadCost = pSad (kpEncMb, iStrideEnc, pRefMb, iStrideRef); in WelsMotionEstimateInitialPoint()
240iBestSadCost += COST_MVD (kpMvdCost, ((sMv.iMvX) * (1 << 2)) - ksMvp.iMvX, ((sMv.iMvY) * (1 << 2))… in WelsMotionEstimateInitialPoint()
253 if (iSadCost < iBestSadCost) { in WelsMotionEstimateInitialPoint()
257 iBestSadCost = iSadCost; in WelsMotionEstimateInitialPoint()
266 iBestSadCost = iSadCost; in WelsMotionEstimateInitialPoint()
269 UpdateMeResults (sMv, iBestSadCost, pRefMb, pMe); in WelsMotionEstimateInitialPoint()
270 if (iBestSadCost < static_cast<int32_t> (pMe->uSadPredISatd.uiSadPred)) { in WelsMotionEstimateInitialPoint()
379 int32_t& iBestSadCost) { in CheckDirectionalMv() argument
391 iBestSadCost = uiCurrentSadCost; in CheckDirectionalMv()
[all …]
Dsvc_base_layer_md.cpp1579 int32_t iBestSadCost = 0, iBestSatdCost = 0; in WelsMdInterMbRefinement() local
1603 iBestSadCost = pWelsMd->sMe.sMe16x16.uiSadCost; in WelsMdInterMbRefinement()
1636 iBestSadCost += pWelsMd->sMe.sMe16x8[i].uiSadCost; in WelsMdInterMbRefinement()
1666 iBestSadCost += pWelsMd->sMe.sMe8x16[i].uiSadCost; in WelsMdInterMbRefinement()
1697 iBestSadCost += pWelsMd->sMe.sMe8x8[i].uiSadCost; in WelsMdInterMbRefinement()
1728 iBestSadCost += pWelsMd->sMe.sMe4x4[i][j].uiSadCost; in WelsMdInterMbRefinement()
1761 iBestSadCost += pWelsMd->sMe.sMe8x4[i][j].uiSadCost; in WelsMdInterMbRefinement()
1794 iBestSadCost += pWelsMd->sMe.sMe4x8[i][j].uiSadCost; in WelsMdInterMbRefinement()
1822 pCurMb->pSadCost[0] = iBestSadCost; in WelsMdInterMbRefinement()
1824 pWelsMd->iCostLuma = iBestSadCost; in WelsMdInterMbRefinement()
/third_party/openh264/codec/encoder/core/inc/
Dsvc_motion_estimate.h196 int32_t& iBestSadCost);
199 int32_t& iBestSadCost);
Dwels_func_ptr_def.h144 int32_t& iBestSadCost);