Searched refs:iTlayerWeight (Results 1 – 2 of 2) sorted by relevance
148 int32_t iTlayerWeight; member
193 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()