Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Drc.h148 int32_t iTlayerWeight; member
/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()
555 if (pWelsSvcRc->iRemainingWeights > pTOverRc->iTlayerWeight) in RcDecideTargetBits()
556 …Bits = WELS_DIV_ROUND (static_cast<int64_t> (pWelsSvcRc->iRemainingBits) * pTOverRc->iTlayerWeight, in RcDecideTargetBits()
566 pWelsSvcRc->iRemainingWeights -= pTOverRc->iTlayerWeight; in RcDecideTargetBits()
613 …pWelsSvcRc->iTargetBits = WELS_DIV_ROUND (pTOverRc->iTlayerWeight * kiGopBits, INT_MULTIPLY * 10 *… in RcDecideTargetBitsTimestamp()