Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dratectl.cpp716 int32_t iAllocateBits = 0; in RcGomTargetBits() local
729 iAllocateBits = iLeftBits; in RcGomTargetBits()
738 iAllocateBits = WELS_DIV_ROUND (iLeftBits, (iLastGomIndex - kiComplexityIndex)); in RcGomTargetBits()
740iAllocateBits = WELS_DIV_ROUND ((int64_t)iLeftBits * pWelsSvcRc_Base->pCurrentFrameGomSad[kiComple… in RcGomTargetBits()
743 pSOverRc->iGomTargetBits = iAllocateBits; in RcGomTargetBits()