Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Drc.h67 VGOP_SIZE = 8, enumerator
183 int8_t iTlOfFrames[VGOP_SIZE];
/third_party/openh264/codec/encoder/core/src/
Dratectl.cpp201 for (n = 0; n < VGOP_SIZE; n += kiGopSize) { in RcInitTlWeight()
210 pWelsSvcRc->iGopNumberInVGop = VGOP_SIZE / kiGopSize; in RcInitTlWeight()
270 pWelsSvcRc->iRemainingBits += VGOP_SIZE * pWelsSvcRc->iBitsPerFrame; in RcInitVGop()
273 pWelsSvcRc->iRemainingBits = VGOP_SIZE * pWelsSvcRc->iBitsPerFrame; in RcInitVGop()
494 iLastIdxCodecInVGop += VGOP_SIZE; in RcCalculatePictureQp()
515 iLastIdxCodecInVGop += VGOP_SIZE; in RcCalculatePictureQp()
791 for (int32_t i = pWelsSvcRc->iFrameCodedInVGop + 1; i < VGOP_SIZE; i++) in RcVBufferCalculationSkip()
794 double dIncPercent = iVGopBitsPred * 100.0 / (pWelsSvcRc->iBitsPerFrame * VGOP_SIZE) - in RcVBufferCalculationSkip()
Dencoder.cpp379 …|| (pParamInternal->iFrameIndex < (VGOP_SIZE << 1))) { // avoid too frequent I frame coding, rc co… in DecideFrameType()