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.cpp288 pTOverRc[i].iLinearCmplx = 0; in RcInitRefreshParameter()
484 …pWelsSvcRc->iQStep = WELS_DIV_ROUND ((pTOverRc->iLinearCmplx * iCmplxRatio), (pWelsSvcRc->iTargetB… in RcCalculatePictureQp()
1108 pTOverRc->iLinearCmplx = ((int64_t)pWelsSvcRc->iFrameDqBits) * iQStep; in RcUpdateFrameComplexity()
1111 …pTOverRc->iLinearCmplx = WELS_DIV_ROUND64 (((LINEAR_MODEL_DECAY_FACTOR) * (int64_t)pTOverRc->iLine… in RcUpdateFrameComplexity()
1127 iQStep, pWelsSvcRc->iQStep, pTOverRc->iLinearCmplx); in RcUpdateFrameComplexity()