Searched refs:pfInterMdBackgroundDecision (Results 1 – 4 of 4) sorted by relevance
/third_party/openh264/codec/encoder/core/src/ |
D | encoder.cpp | 144 pFuncList->pfInterMdBackgroundDecision = WelsMdInterJudgeBGDPskip; in WelsInitBGDFunc() 147 pFuncList->pfInterMdBackgroundDecision = WelsMdInterJudgeBGDPskipFalse; in WelsInitBGDFunc()
|
D | svc_mode_decision.cpp | 70 …if (pEncCtx->pFuncList->pfInterMdBackgroundDecision (pEncCtx, pWelsMd, pSlice, pCurMb, pMbCache, &… in WelsMdSpatialelInterMbIlfmdNoilp()
|
D | svc_base_layer_md.cpp | 1873 …if (pEncCtx->pFuncList->pfInterMdBackgroundDecision (pEncCtx, pWelsMd, pSlice, pCurMb, pMbCache, &… in WelsMdInterMb()
|
/third_party/openh264/codec/encoder/core/inc/ |
D | wels_func_ptr_def.h | 211 PInterMdBackgroundDecisionFunc pfInterMdBackgroundDecision; member
|