Searched refs:iClosestLtrFrameNum (Results 1 – 2 of 2) sorted by relevance
/third_party/openh264/codec/encoder/core/inc/ |
D | wels_preprocess.h | 233 const int32_t iClosestLtrFrameNum, 236 …id GetAvailableRefList (SPicture** pSrcPicList, uint8_t iCurTid, const int32_t iClosestLtrFrameNum,
|
/third_party/openh264/codec/encoder/core/src/ |
D | wels_preprocess.cpp | 969 const int32_t iClosestLtrFrameNum, in GetAvailableRefListLosslessScreenRefSelection() argument 997 int32_t idx = (pRefPic->iLongTermPicNum == iClosestLtrFrameNum) ? (0) : (iAvailableRefNum++); in GetAvailableRefListLosslessScreenRefSelection() 1018 const int32_t iClosestLtrFrameNum, in GetAvailableRefList() argument 1137 const int32_t iClosestLtrFrameNum = pCtx->pLtr[iTargetDid].iLastLtrIdx[iCurTid]; in DetectSceneChange() local 1139 …GetAvailableRefListLosslessScreenRefSelection (pRefPicList, iCurTid, iClosestLtrFrameNum, &sAvaila… in DetectSceneChange() 1143 …GetAvailableRefList (pRefPicList, iCurTid, iClosestLtrFrameNum, &sAvailableRefParam[0], iAvailable… in DetectSceneChange() 1167 bIsClosestLtrFrame = (pRefPic->iLongTermPicNum == iClosestLtrFrameNum); in DetectSceneChange()
|