Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dratectl.cpp366 int32_t iFrameInVGop = pWelsSvcRc->iFrameCodedInVGop + pWelsSvcRc->iSkipFrameInVGop; in RcTraceVGopBitrate() local
367 if (0 != iFrameInVGop) in RcTraceVGopBitrate()
368 iVGopBitrate = WELS_ROUND (iTotalBits / iFrameInVGop * pWelsSvcRc->fFrameRate); in RcTraceVGopBitrate()