Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Drc.h151 int64_t iLinearCmplx; // *INT_MULTIPLY member
/third_party/openh264/codec/encoder/core/src/
Dratectl.cpp307 pTOverRc[i].iLinearCmplx = 0; in RcInitRefreshParameter()
507 …pWelsSvcRc->iQStep = WELS_DIV_ROUND ((pTOverRc->iLinearCmplx * iCmplxRatio), (pWelsSvcRc->iTargetB… in RcCalculatePictureQp()
1140 pTOverRc->iLinearCmplx = ((int64_t)pWelsSvcRc->iFrameDqBits) * iQStep; in RcUpdateFrameComplexity()
1143 …pTOverRc->iLinearCmplx = WELS_DIV_ROUND64 (((LINEAR_MODEL_DECAY_FACTOR) * (int64_t)pTOverRc->iLine… in RcUpdateFrameComplexity()
1159 iQStep, pWelsSvcRc->iQStep, pTOverRc->iLinearCmplx); in RcUpdateFrameComplexity()