Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp1058 const int64_t iFrameComplexity, const bool bIsClosestLtrFrame) { in JudgeBestRef() argument
1059 return (bIsClosestLtrFrame ? (iFrameComplexity < sRefJudgement.iMinFrameComplexity11) : in JudgeBestRef()
1123 bool bIsClosestLtrFrame = false; in DetectSceneChange() local
1167 bIsClosestLtrFrame = (pRefPic->iLongTermPicNum == iClosestLtrFrameNum); in DetectSceneChange()
1204 if (JudgeBestRef (pRefPic, sLtrJudgement, iFrameComplexity, bIsClosestLtrFrame)) { in DetectSceneChange()
1208 …efIsSceneLtr && JudgeBestRef (pRefPic, sSceneLtrJudgement, iFrameComplexity, bIsClosestLtrFrame)) { in DetectSceneChange()
/third_party/openh264/codec/encoder/core/inc/
Dwels_preprocess.h241 const bool bIsClosestLtrFrame);