Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dmd.h139 void PredictSad (int8_t* pRefIndexCache, int32_t* pSadCostCache, int32_t uiRef, int32_t* pSadPred);
/third_party/openh264/codec/encoder/core/src/
Dsvc_mode_decision.cpp84PredictSad (pMbCache->sMvComponents.iRefIndexCache, pMbCache->iSadCost, 0, &pWelsMd->iSadPredMb); in WelsMdSpatialelInterMbIlfmdNoilp()
Dmd.cpp826 void PredictSad (int8_t* pRefIndexCache, int32_t* pSadCostCache, int32_t uiRef, int32_t* pSadPred) { in PredictSad() function
Dsvc_base_layer_md.cpp1891PredictSad (pMbCache->sMvComponents.iRefIndexCache, pMbCache->iSadCost, 0, &pWelsMd->iSadPredMb); in WelsMdInterMb()