Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dwels_func_ptr_def.h208 …PInterFineMdFunc pfInterFineMd; //svc_encode_slice.c svc_base_layer_m… member
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp2691 pFuncList->pfInterFineMd = WelsMdInterFinePartitionVaa; in PreprocessSliceCoding()
2694 pFuncList->pfInterFineMd = WelsMdInterFinePartition; in PreprocessSliceCoding()
2704 pFuncList->pfInterFineMd = WelsMdInterFinePartitionVaaOnScreen; in PreprocessSliceCoding()
Dsvc_base_layer_md.cpp2009 pEncCtx->pFuncList->pfInterFineMd (pEncCtx, pWelsMd, pSlice, pCurMb, pWelsMd->iCostLuma); in WelsMdInterSecondaryModesEnc()