Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dparam_svc.h500 …const uint32_t kuiLogFactorInOutRate = GetLogFactor (pDlp->fOutputFrameRate, pDlp->fInputFrameRate… in DetermineTemporalSettings() local
502 if (UINT_MAX == kuiLogFactorInOutRate || UINT_MAX == kuiLogFactorMaxInRate) { in DetermineTemporalSettings()
509 iNotCodedMask = (1 << (kuiLogFactorInOutRate + kuiLogFactorMaxInRate)) - 1; in DetermineTemporalSettings()
521 pDlp->iTemporalResolution = kuiLogFactorMaxInRate + kuiLogFactorInOutRate; in DetermineTemporalSettings()
522 pDlp->iDecompositionStages = iDecStages - kuiLogFactorMaxInRate - kuiLogFactorInOutRate; in DetermineTemporalSettings()