Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dparam_svc.h121 int32_t iBitsVaryPercentage; member
230 iBitsVaryPercentage = 10; in FillDefault()
/third_party/openh264/codec/encoder/plus/src/
DwelsEncoderExt.cpp1181 m_pEncContext->pSvcParam->iBitsVaryPercentage = WELS_CLIP3 (iValue, 0, 100); in SetOption()
1183 m_pEncContext->pSvcParam->iBitsVaryPercentage); in SetOption()
/third_party/openh264/codec/encoder/core/src/
Dratectl.cpp118 pWelsSvcRc->iRcVaryPercentage = pEncCtx->pSvcParam->iBitsVaryPercentage; // % -- for temp in RcInitSequenceParameter()