Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dmd.cpp530 #define CALC_COST(me_buf, lm) ( pFunc->sSampleDealingFuncs.pfMeCost[kuiPixel](pEncMb, iStrideEnc, m… macro
543 iCurCost = CALC_COST (pMeRefine->pQuarPixTmp, pParams->iLms[0]); in MeRefineQuarPixel()
551 iCurCost = CALC_COST (pMeRefine->pQuarPixTmp, pParams->iLms[1]); in MeRefineQuarPixel()
559 iCurCost = CALC_COST (pMeRefine->pQuarPixTmp, pParams->iLms[2]); in MeRefineQuarPixel()
568 iCurCost = CALC_COST (pMeRefine->pQuarPixTmp, pParams->iLms[3]); in MeRefineQuarPixel()