Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dencoder.cpp145 pFuncList->pfMdBackgroundInfoUpdate = WelsMdUpdateBGDInfo; in WelsInitBGDFunc()
148 pFuncList->pfMdBackgroundInfoUpdate = WelsMdUpdateBGDInfoNULL; in WelsInitBGDFunc()
Dsvc_encode_slice.cpp573 …pEncCtx->pFuncList->pfMdBackgroundInfoUpdate (pCurLayer, pCurMb, pMbCache->bCollocatedPredFlag, I_… in WelsISliceMdEnc()
1839 pEncCtx->pFuncList->pfMdBackgroundInfoUpdate (pCurLayer, pCurMb, pMbCache->bCollocatedPredFlag, in WelsMdInterMbLoop()
1948 pEncCtx->pFuncList->pfMdBackgroundInfoUpdate (pCurLayer, pCurMb, pMbCache->bCollocatedPredFlag, in WelsMdInterMbLoopOverDynamicSlice()
/third_party/openh264/codec/encoder/core/inc/
Dwels_func_ptr_def.h212 PMdBackgroundInfoUpdateFunc pfMdBackgroundInfoUpdate; member