Searched refs:iBestCost (Results 1 – 5 of 5) sorted by relevance
/third_party/openh264/codec/encoder/core/src/ |
D | sample.cpp | 159 int32_t iCurCost, iBestCost = INT_MAX; in WelsSampleSatdIntra4x4Combined3_c() local 164 if (iCurCost < iBestCost) { in WelsSampleSatdIntra4x4Combined3_c() 166 iBestCost = iCurCost; in WelsSampleSatdIntra4x4Combined3_c() 171 if (iCurCost < iBestCost) { in WelsSampleSatdIntra4x4Combined3_c() 173 iBestCost = iCurCost; in WelsSampleSatdIntra4x4Combined3_c() 177 if (iCurCost < iBestCost) { in WelsSampleSatdIntra4x4Combined3_c() 179 iBestCost = iCurCost; in WelsSampleSatdIntra4x4Combined3_c() 185 return iBestCost; in WelsSampleSatdIntra4x4Combined3_c() 194 int32_t iCurCost, iBestCost = INT_MAX; in WelsSampleSatdIntra8x8Combined3_c() local 201 if (iCurCost < iBestCost) { in WelsSampleSatdIntra8x8Combined3_c() [all …]
|
D | svc_base_layer_md.cpp | 375 int32_t i, iCurCost, iCurMode, iBestMode, iBestCost = INT_MAX; in WelsMdI16x16() local 381 …iBestCost = pFunc->sSampleDealingFuncs.pfIntra16x16Combined3 (pDec, iLineSizeDec, pEnc, iLineSizeE… in WelsMdI16x16() 386 if (iCurCost < iBestCost) { in WelsMdI16x16() 388 iBestCost = iCurCost; in WelsMdI16x16() 393 iBestCost += iLambda; in WelsMdI16x16() 404 if (iCurCost < iBestCost) { in WelsMdI16x16() 406 iBestCost = iCurCost; in WelsMdI16x16() 416 return iBestCost; in WelsMdI16x16() 431 int32_t iCurCost, iBestCost; in WelsMdI4x4() local 471 iBestCost = INT_MAX; in WelsMdI4x4() [all …]
|
D | md.cpp | 513 int32_t iBestCost; member 525 pParams->iBestCost = iCurCost;\ 544 if (iCurCost < pParams->iBestCost) { in MeRefineQuarPixel() 552 if (iCurCost < pParams->iBestCost) { in MeRefineQuarPixel() 560 if (iCurCost < pParams->iBestCost) { in MeRefineQuarPixel() 569 if (iCurCost < pParams->iBestCost) { in MeRefineQuarPixel() 597 int32_t iBestCost; in MeRefineFracPixel() local 602 …iBestCost = pMe->uSadPredISatd.uiSatd + COST_MVD (pMe->pMvdCost, iMvx - pMe->sMvp.iMvX, iMvy - pMe… in MeRefineFracPixel() 604 …iBestCost = pFunc->sSampleDealingFuncs.pfMeCost[pMe->uiBlockSize] (pEncData, kiStrideEnc, pRef, ki… in MeRefineFracPixel() 618 if (iCurCost < iBestCost) { in MeRefineFracPixel() [all …]
|
D | svc_mode_decision.cpp | 613 int32_t iBestCost) { in WelsMdInterFinePartitionVaaOnScreen() argument 624 if (iCostP8x8 < iBestCost) { in WelsMdInterFinePartitionVaaOnScreen() 625 iBestCost = iCostP8x8; in WelsMdInterFinePartitionVaaOnScreen() 629 iBestCost = 0; in WelsMdInterFinePartitionVaaOnScreen() 652 iBestCost += iBestCostSub8x8; in WelsMdInterFinePartitionVaaOnScreen() 659 pWelsMd->iCostLuma = iBestCost; in WelsMdInterFinePartitionVaaOnScreen()
|
D | svc_motion_estimate.cpp | 342 int32_t iBestCost = (pMe->uiSadCost); in WelsDiamondSearch() local 356 …const bool kbIsBestCostWorse = WelsMeSadCostSelect (iSadCosts, kpMvdCost, &iBestCost, iMvDx, iMvDy… in WelsDiamondSearch() 370 pMe->uiSatdCost = pMe->uiSadCost = (iBestCost); in WelsDiamondSearch()
|