Home
last modified time | relevance | path

Searched refs:iLongTermFrameIdx (Results 1 – 7 of 7) sorted by relevance

/third_party/openh264/codec/decoder/core/src/
Dmanage_dec_ref.cpp56 …int32_t iShortFrameNum, uint32_t uiLongTermPicNum, int32_t iLongTermFrameIdx, int32_t iMaxLongTerm…
60 static int32_t AddLongTermToList (PRefPic pRefPic, PPicture pPic, int32_t iLongTermFrameIdx, uint32…
61 static int32_t MarkAsLongTerm (PRefPic pRefPic, int32_t iFrameNum, int32_t iLongTermFrameIdx,
76 pRef->iLongTermFrameIdx = -1; in SetUnRef()
445 && ppRefList[i]->iLongTermFrameIdx == in WelsReorderRefList()
668 int32_t iLongTermFrameIdx = pRefPicMarking->sMmcoRef[i].iLongTermFrameIdx; in MMCO() local
673 …iRet = MMCOProcess (pCtx, pRefPic, uiMmcoType, iShortFrameNum, uiLongTermPicNum, iLongTermFrameIdx, in MMCO()
686 …int32_t iShortFrameNum, uint32_t uiLongTermPicNum, int32_t iLongTermFrameIdx, int32_t iMaxLongTerm… in MMCOProcess() argument
705 if (iLongTermFrameIdx > pRefPic->iMaxLongTermFrameIdx) { in MMCOProcess()
713 WelsDelLongFromListSetUnref (pRefPic, iLongTermFrameIdx); in MMCOProcess()
[all …]
Ddecoder_core.cpp541 kpRefMarking->sMmcoRef[iIdx].iLongTermFrameIdx = uiCode; in ParseDecRefPicMarking()
/third_party/openh264/codec/decoder/core/inc/
Dpicture.h82 int32_t iLongTermFrameIdx; //id for long term ref pic member
Dslice.h81 int32_t iLongTermFrameIdx; member
/third_party/openh264/codec/encoder/core/inc/
Dslice.h72 int32_t iLongTermFrameIdx; member
/third_party/openh264/codec/encoder/core/src/
Dref_list_mgr_svc.cpp482 pRefPicMark->SMmcoRef[pRefPicMark->uiMmcoCount].iLongTermFrameIdx = pLtr->iCurLtrIdx; in WelsMarkMMCORefInfo()
486 pRefPicMark->SMmcoRef[pRefPicMark->uiMmcoCount].iLongTermFrameIdx = pLtr->iCurLtrIdx; in WelsMarkMMCORefInfo()
904 pRefPicMark->SMmcoRef[pRefPicMark->uiMmcoCount].iLongTermFrameIdx = pLtr->iCurLtrIdx; in WelsMarkMMCORefInfoScreen()
Dsvc_encode_slice.cpp263 BsWriteUE (pBs, sRefMarking->SMmcoRef[n].iLongTermFrameIdx); in WriteRefPicMarking()