Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dratectl.cpp463 (pWelsSvcRc->iTargetBits * INT_MULTIPLY)); in RcCalculateIdrQp()
507 …= WELS_DIV_ROUND ((pTOverRc->iLinearCmplx * iCmplxRatio), (pWelsSvcRc->iTargetBits * INT_MULTIPLY)… in RcCalculatePictureQp()
553 …pWelsSvcRc->iBitsPerMb = WELS_DIV_ROUND (static_cast<int64_t> (pWelsSvcRc->iTargetBits) * INT_M… in RcInitSliceInformation()
578 … pWelsSvcRc->iTargetBits = pWelsSvcRc->iBitsPerFrame * pEncCtx->pSvcParam->iIdrBitrateRatio / 100; in RcDecideTargetBits()
580 pWelsSvcRc->iTargetBits = pWelsSvcRc->iBitsPerFrame * IDR_BITRATE_RATIO; in RcDecideTargetBits()
585 …pWelsSvcRc->iTargetBits = WELS_DIV_ROUND (static_cast<int64_t> (pWelsSvcRc->iRemainingBits) * pTOv… in RcDecideTargetBits()
588 pWelsSvcRc->iTargetBits = pWelsSvcRc->iRemainingBits; in RcDecideTargetBits()
589 if ((pWelsSvcRc->iTargetBits <= 0) && ((pEncCtx->pSvcParam->iRCMode == RC_BITRATE_MODE) in RcDecideTargetBits()
593 …pWelsSvcRc->iTargetBits = WELS_CLIP3 (pWelsSvcRc->iTargetBits, pTOverRc->iMinBitsTl, pTOverRc->iMa… in RcDecideTargetBits()
611 pWelsSvcRc->iTargetBits = pTOverRc->iMinBitsTl; in RcDecideTargetBitsTimestamp()
[all …]
/third_party/openh264/codec/encoder/core/inc/
Drc.h175 int32_t iTargetBits; member