Searched refs:iMinFrameQp (Results 1 – 4 of 4) sorted by relevance
/third_party/openh264/codec/encoder/core/src/ |
D | ratectl.cpp | 448 pWelsSvcRc->iMinFrameQp = WELS_CLIP3 (pEncCtx->iGlobalQp - DELTA_QP_BGD_THD, iMinQp, iMaxQp); in RcCalculateIdrQp() 500 …pWelsSvcRc->iMinFrameQp = WELS_CLIP3 (pWelsSvcRc->iLastCalculatedQScale - pWelsSvcRc->iFrameDelta… in RcCalculatePictureQp() 505 iLumaQp = WELS_CLIP3 (iLumaQp, pWelsSvcRc->iMinFrameQp, pWelsSvcRc->iMaxFrameQp); in RcCalculatePictureQp() 511 iLumaQp = WELS_CLIP3 (iLumaQp, pWelsSvcRc->iMinFrameQp, pWelsSvcRc->iMaxFrameQp); in RcCalculatePictureQp() 652 …tx->pVaa->sAdaptiveQuantParam.pMotionTextureIndexToDeltaQp[pCurMb->iMbXY], pWelsSvcRc->iMinFrameQp, in RcCalculateMbQp() 740 pSOverRc->iCalculatedQpSlice = WELS_CLIP3 (pSOverRc->iCalculatedQpSlice, pWelsSvcRc->iMinFrameQp, in RcCalculateGomQp() 1023 pWelsSvcRc->iMinFrameQp, in RcTraceFrameBits() 1305 …pWelsSvcRc->iAverageFrameQp = pWelsSvcRc->iMaxFrameQp = pWelsSvcRc->iMinFrameQp = pEncCtx->iGlobal… in WelRcPictureInitBufferBasedQp()
|
D | wels_preprocess.cpp | 1055 pRefJudgement->iMinFrameQp = INT_MAX; in InitRefJudgement() 1061 && (pRefPic->iFrameAverageQp < sRefJudgement.iMinFrameQp)))); in JudgeBestRef() 1066 pRefJudgement->iMinFrameQp = iRefPictureAvQP; in SaveBestRefToJudgement()
|
/third_party/openh264/codec/encoder/core/inc/ |
D | rc.h | 194 int32_t iMinFrameQp; member
|
D | wels_preprocess.h | 70 int32_t iMinFrameQp; member
|