Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp1057 bool CWelsPreProcessScreen::JudgeBestRef (SPicture* pRefPic, const SRefJudgement& sRefJudgement, in JudgeBestRef() argument
1059 return (bIsClosestLtrFrame ? (iFrameComplexity < sRefJudgement.iMinFrameComplexity11) : in JudgeBestRef()
1060 …((iFrameComplexity < sRefJudgement.iMinFrameComplexity08) || ((iFrameComplexity <= sRefJudgement.i… in JudgeBestRef()
1061 && (pRefPic->iFrameAverageQp < sRefJudgement.iMinFrameQp)))); in JudgeBestRef()
/third_party/openh264/codec/encoder/core/inc/
Dwels_preprocess.h240 …bool JudgeBestRef (SPicture* pRefPic, const SRefJudgement& sRefJudgement, const int64_t iFrameComp…