Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dratectl.cpp193 pTOverRc[n].iTlayerWeight = iWeightArray[kiDecompositionStages][n]; in RcInitTlWeight()
234 const int64_t kdConstraitBits = kiGopBits * pTOverRc[i].iTlayerWeight; in RcUpdateBitrateFps()
583 if (pWelsSvcRc->iRemainingWeights > pTOverRc->iTlayerWeight || in RcDecideTargetBits()
584 (fix_rc_overshoot && pWelsSvcRc->iRemainingWeights == pTOverRc->iTlayerWeight)) in RcDecideTargetBits()
585 …Bits = WELS_DIV_ROUND (static_cast<int64_t> (pWelsSvcRc->iRemainingBits) * pTOverRc->iTlayerWeight, in RcDecideTargetBits()
595 pWelsSvcRc->iRemainingWeights -= pTOverRc->iTlayerWeight; in RcDecideTargetBits()
642 …pWelsSvcRc->iTargetBits = WELS_DIV_ROUND (pTOverRc->iTlayerWeight * kiGopBits, INT_MULTIPLY * 10 *… in RcDecideTargetBitsTimestamp()
/third_party/openh264/codec/encoder/core/inc/
Drc.h148 int32_t iTlayerWeight; member