Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp1049 void CWelsPreProcessScreen::InitRefJudgement (SRefJudgement* pRefJudgement) { in InitRefJudgement() argument
1050 pRefJudgement->iMinFrameComplexity = INT_MAX; in InitRefJudgement()
1051 pRefJudgement->iMinFrameComplexity08 = INT_MAX; in InitRefJudgement()
1052 pRefJudgement->iMinFrameComplexity11 = INT_MAX; in InitRefJudgement()
1054 pRefJudgement->iMinFrameNumGap = INT_MAX; in InitRefJudgement()
1055 pRefJudgement->iMinFrameQp = INT_MAX; in InitRefJudgement()
1065 SRefJudgement* pRefJudgement) { in SaveBestRefToJudgement() argument
1066 pRefJudgement->iMinFrameQp = iRefPictureAvQP; in SaveBestRefToJudgement()
1067 pRefJudgement->iMinFrameComplexity = iComplexity; in SaveBestRefToJudgement()
1068 pRefJudgement->iMinFrameComplexity08 = static_cast<int32_t> (iComplexity * 0.8); in SaveBestRefToJudgement()
[all …]
/third_party/openh264/codec/encoder/core/inc/
Dwels_preprocess.h238 void InitRefJudgement (SRefJudgement* pRefJudgement);
242 …Judgement (const int32_t iRefPictureAvQP, const int64_t iComplexity, SRefJudgement* pRefJudgement);