Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Drc.h152 int32_t iPFrameNum; member
/third_party/openh264/codec/encoder/core/src/
Dratectl.cpp287 pTOverRc[i].iPFrameNum = 0; in RcInitRefreshParameter()
464 if (0 == pTOverRc->iPFrameNum) { in RcCalculatePictureQp()
1104 int32_t iAlpha = WELS_DIV_ROUND (INT_MULTIPLY, (1 + pTOverRc->iPFrameNum)); in RcUpdateFrameComplexity()
1107 if (0 == pTOverRc->iPFrameNum) { in RcUpdateFrameComplexity()
1121 pTOverRc->iPFrameNum++; in RcUpdateFrameComplexity()
1122 if (pTOverRc->iPFrameNum > 255) in RcUpdateFrameComplexity()
1123 pTOverRc->iPFrameNum = 255; in RcUpdateFrameComplexity()