Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dencoder.cpp144 pFuncList->pfInterMdBackgroundDecision = WelsMdInterJudgeBGDPskip; in WelsInitBGDFunc()
147 pFuncList->pfInterMdBackgroundDecision = WelsMdInterJudgeBGDPskipFalse; in WelsInitBGDFunc()
Dsvc_mode_decision.cpp70 …if (pEncCtx->pFuncList->pfInterMdBackgroundDecision (pEncCtx, pWelsMd, pSlice, pCurMb, pMbCache, &… in WelsMdSpatialelInterMbIlfmdNoilp()
Dsvc_base_layer_md.cpp1873 …if (pEncCtx->pFuncList->pfInterMdBackgroundDecision (pEncCtx, pWelsMd, pSlice, pCurMb, pMbCache, &… in WelsMdInterMb()
/third_party/openh264/codec/encoder/core/inc/
Dwels_func_ptr_def.h211 PInterMdBackgroundDecisionFunc pfInterMdBackgroundDecision; member