Searched refs:WELS_LOG2 (Results 1 – 7 of 7) sorted by relevance
37 const int32_t m = WELS_LOG2 (1 + uiInVal); in TEST()
259 static inline int32_t WELS_LOG2 (uint32_t v) { in WELS_LOG2() function
490 …const int32_t iDecStages = WELS_LOG2 (uiGopSize); // (int8_t)GetLogFactor(1.0f, 1.0f * pcfg->uiGop… in DetermineTemporalSettings()
306 pCfg->iNumRefFrame = WELS_MAX (1, WELS_LOG2 (pCfg->uiGopSize)) + pCfg->iLTRRefNum; in InitializeInternal()325 const int32_t kiDecStages = WELS_LOG2 (pCfg->uiGopSize); in InitializeInternal()
104 ? (WELS_MAX (1, WELS_LOG2 (pParam->uiGopSize))) in WelsCheckNumRefSetting()
913 int32_t iMaxTid = WELS_LOG2 (pCtx->pSvcParam->uiGopSize); in WelsMarkPicScreen()
4466 iNumRefFrame = WELS_MAX (1, WELS_LOG2 (uiGopSize)) + sConfig.iLTRRefNum; in WelsEncoderApplyLTR()