Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dwels_preprocess.h67 int64_t iMinFrameComplexity11; member
/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp1052 pRefJudgement->iMinFrameComplexity11 = INT_MAX; in InitRefJudgement()
1059 return (bIsClosestLtrFrame ? (iFrameComplexity < sRefJudgement.iMinFrameComplexity11) : in JudgeBestRef()
1060 … sRefJudgement.iMinFrameComplexity08) || ((iFrameComplexity <= sRefJudgement.iMinFrameComplexity11) in JudgeBestRef()
1069 pRefJudgement->iMinFrameComplexity11 = static_cast<int32_t> (iComplexity * 1.1); in SaveBestRefToJudgement()