Searched refs:pRefJudgement (Results 1 – 2 of 2) sorted by relevance
1049 void CWelsPreProcessScreen::InitRefJudgement (SRefJudgement* pRefJudgement) { in InitRefJudgement() argument1050 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() argument1066 pRefJudgement->iMinFrameQp = iRefPictureAvQP; in SaveBestRefToJudgement()1067 pRefJudgement->iMinFrameComplexity = iComplexity; in SaveBestRefToJudgement()1068 pRefJudgement->iMinFrameComplexity08 = static_cast<int32_t> (iComplexity * 0.8); in SaveBestRefToJudgement()[all …]
238 void InitRefJudgement (SRefJudgement* pRefJudgement);242 …Judgement (const int32_t iRefPictureAvQP, const int64_t iComplexity, SRefJudgement* pRefJudgement);