Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dratectl.cpp720 const int32_t kiComplexityIndex = pSOverRc->iComplexityIndexSlice; in RcGomTargetBits() local
728 } else if (kiComplexityIndex >= iLastGomIndex) { in RcGomTargetBits()
733 for (i = kiComplexityIndex + 1; i <= iLastGomIndex; i++) { in RcGomTargetBits()
738 iAllocateBits = WELS_DIV_ROUND (iLeftBits, (iLastGomIndex - kiComplexityIndex)); in RcGomTargetBits()
740 …= WELS_DIV_ROUND ((int64_t)iLeftBits * pWelsSvcRc_Base->pCurrentFrameGomSad[kiComplexityIndex + 1], in RcGomTargetBits()
1267 const int32_t kiComplexityIndex = pSOverRc->iComplexityIndexSlice; in WelsRcMbInfoUpdateGom() local
1273 pWelsSvcRc->pGomCost[kiComplexityIndex] += iCostLuma; in WelsRcMbInfoUpdateGom()