Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dparam_svc.h65 static inline uint32_t GetLogFactor (float base, float upper) { in GetLogFactor() function
497 …const uint32_t kuiLogFactorInOutRate = GetLogFactor (pDlp->fOutputFrameRate, pDlp->fInputFrameRate… in DetermineTemporalSettings()
498 const uint32_t kuiLogFactorMaxInRate = GetLogFactor (pDlp->fInputFrameRate, fMaxFrameRate); in DetermineTemporalSettings()
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp336 if (UINT_MAX == GetLogFactor (fDlp->fOutputFrameRate, fDlp->fInputFrameRate)) { in ParamValidation()