Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dmd.cpp479 pFuncList->pfGetMbSignFromInterVaa = MdInterAnalysisVaaInfo_c; in InitIntraAnalysisVaaInfo()
485 pFuncList->pfGetMbSignFromInterVaa = MdInterAnalysisVaaInfo_sse2; in InitIntraAnalysisVaaInfo()
492 pFuncList->pfGetMbSignFromInterVaa = MdInterAnalysisVaaInfo_sse41; in InitIntraAnalysisVaaInfo()
Dsvc_mode_decision.cpp617 …uint8_t uiMbSign = pEncCtx->pFuncList->pfGetMbSignFromInterVaa (&pEncCtx->pVaa->sVaaCalcInfo.pSad8… in WelsMdInterFinePartitionVaaOnScreen()
Dsvc_base_layer_md.cpp1275 …uint8_t uiMbSign = pEncCtx->pFuncList->pfGetMbSignFromInterVaa (&pEncCtx->pVaa->sVaaCalcInfo.pSad8… in WelsMdInterFinePartitionVaa()
/third_party/openh264/codec/encoder/core/inc/
Dwels_func_ptr_def.h203 PGetMbSignFromInterVaaFunc pfGetMbSignFromInterVaa; member