Searched refs:bIsClosestLtrFrame (Results 1 – 2 of 2) sorted by relevance
1058 const int64_t iFrameComplexity, const bool bIsClosestLtrFrame) { in JudgeBestRef() argument1059 return (bIsClosestLtrFrame ? (iFrameComplexity < sRefJudgement.iMinFrameComplexity11) : in JudgeBestRef()1123 bool bIsClosestLtrFrame = false; in DetectSceneChange() local1167 bIsClosestLtrFrame = (pRefPic->iLongTermPicNum == iClosestLtrFrameNum); in DetectSceneChange()1204 if (JudgeBestRef (pRefPic, sLtrJudgement, iFrameComplexity, bIsClosestLtrFrame)) { in DetectSceneChange()1208 …efIsSceneLtr && JudgeBestRef (pRefPic, sSceneLtrJudgement, iFrameComplexity, bIsClosestLtrFrame)) { in DetectSceneChange()
241 const bool bIsClosestLtrFrame);