Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Drc.h204 int32_t iGopNumberInVGop; member
/third_party/openh264/codec/encoder/core/src/
Dratectl.cpp210 pWelsSvcRc->iGopNumberInVGop = VGOP_SIZE / kiGopSize; in RcInitTlWeight()
264 int32_t iLeftInVGop = pWelsSvcRc->iGopNumberInVGop - pWelsSvcRc->iGopIndexInVGop; in RcInitVGop()
265 …c->iRemainingBits -= iLeftInVGop * (pWelsSvcRc->iLastAllocatedBits / pWelsSvcRc->iGopNumberInVGop); in RcInitVGop()
280 pWelsSvcRc->iRemainingWeights = pWelsSvcRc->iGopNumberInVGop * WEIGHT_MULTIPLY; in RcInitVGop()
393 …} else if (pWelsSvcRc->iGopIndexInVGop == pWelsSvcRc->iGopNumberInVGop || pEncCtx->eSliceType == I… in RcUpdateTemporalZero()