Home
last modified time | relevance | path

Searched refs:WELS_LOG2 (Results 1 – 7 of 7) sorted by relevance

/third_party/openh264/test/encoder/
DEncUT_ExpGolomb.cpp37 const int32_t m = WELS_LOG2 (1 + uiInVal); in TEST()
/third_party/openh264/codec/common/inc/
Dmacros.h259 static inline int32_t WELS_LOG2 (uint32_t v) { in WELS_LOG2() function
/third_party/openh264/codec/encoder/core/inc/
Dparam_svc.h490 …const int32_t iDecStages = WELS_LOG2 (uiGopSize); // (int8_t)GetLogFactor(1.0f, 1.0f * pcfg->uiGop… in DetermineTemporalSettings()
/third_party/openh264/codec/encoder/plus/src/
DwelsEncoderExt.cpp306 pCfg->iNumRefFrame = WELS_MAX (1, WELS_LOG2 (pCfg->uiGopSize)) + pCfg->iLTRRefNum; in InitializeInternal()
325 const int32_t kiDecStages = WELS_LOG2 (pCfg->uiGopSize); in InitializeInternal()
/third_party/openh264/codec/encoder/core/src/
Dau_set.cpp104 ? (WELS_MAX (1, WELS_LOG2 (pParam->uiGopSize))) in WelsCheckNumRefSetting()
Dref_list_mgr_svc.cpp913 int32_t iMaxTid = WELS_LOG2 (pCtx->pSvcParam->uiGopSize); in WelsMarkPicScreen()
Dencoder_ext.cpp4466 iNumRefFrame = WELS_MAX (1, WELS_LOG2 (uiGopSize)) + sConfig.iLTRRefNum; in WelsEncoderApplyLTR()