Searched refs:iFrameCodedInVGop (Results 1 – 2 of 2) sorted by relevance
264 pWelsSvcRc->iFrameCodedInVGop = 0; in RcInitVGop()334 if (pWelsSvcRc->iFrameCodedInVGop) { in RcTraceVGopBitrate()344 int32_t iFrameInVGop = pWelsSvcRc->iFrameCodedInVGop + pWelsSvcRc->iSkipFrameInVGop; in RcTraceVGopBitrate()469 int32_t iLastIdxCodecInVGop = pWelsSvcRc->iFrameCodedInVGop - 1; in RcCalculatePictureQp()490 int32_t iLastIdxCodecInVGop = pWelsSvcRc->iFrameCodedInVGop - 1; in RcCalculatePictureQp()762 for (int32_t i = pWelsSvcRc->iFrameCodedInVGop + 1; i < VGOP_SIZE; i++) in RcVBufferCalculationSkip()1204 pWelsSvcRc->iFrameCodedInVGop++; in WelsRcPictureInfoUpdateGom()1457 pWelsSvcRc->iFrameCodedInVGop++; in WelsRcPictureInfoUpdateGomTimeStamp()
201 int32_t iFrameCodedInVGop; member