Home
last modified time | relevance | path

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

/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() local
491 const uint8_t* pTemporalIdList = &g_kuiTemporalIdListTable[iDecStages][0]; in DetermineTemporalSettings()
519 pDlp->iDecompositionStages = iDecStages - kuiLogFactorMaxInRate - kuiLogFactorInOutRate; in DetermineTemporalSettings()
527 iDecompStages = (int8_t)iDecStages; in DetermineTemporalSettings()