Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dwels_preprocess.h66 int64_t iMinFrameComplexity08; member
/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp1051 pRefJudgement->iMinFrameComplexity08 = INT_MAX; in InitRefJudgement()
1060 …((iFrameComplexity < sRefJudgement.iMinFrameComplexity08) || ((iFrameComplexity <= sRefJudgement.i… in JudgeBestRef()
1068 pRefJudgement->iMinFrameComplexity08 = static_cast<int32_t> (iComplexity * 0.8); in SaveBestRefToJudgement()