Searched refs:VGOP_SIZE (Results 1 – 3 of 3) sorted by relevance
67 VGOP_SIZE = 8, enumerator183 int8_t iTlOfFrames[VGOP_SIZE];
201 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()
379 …|| (pParamInternal->iFrameIndex < (VGOP_SIZE << 1))) { // avoid too frequent I frame coding, rc co… in DecideFrameType()