Searched refs:iLongTermFrameIdx (Results 1 – 7 of 7) sorted by relevance
/third_party/openh264/codec/decoder/core/src/ |
D | manage_dec_ref.cpp | 56 …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 …]
|
D | decoder_core.cpp | 541 kpRefMarking->sMmcoRef[iIdx].iLongTermFrameIdx = uiCode; in ParseDecRefPicMarking()
|
/third_party/openh264/codec/decoder/core/inc/ |
D | picture.h | 82 int32_t iLongTermFrameIdx; //id for long term ref pic member
|
D | slice.h | 81 int32_t iLongTermFrameIdx; member
|
/third_party/openh264/codec/encoder/core/inc/ |
D | slice.h | 72 int32_t iLongTermFrameIdx; member
|
/third_party/openh264/codec/encoder/core/src/ |
D | ref_list_mgr_svc.cpp | 482 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()
|
D | svc_encode_slice.cpp | 263 BsWriteUE (pBs, sRefMarking->SMmcoRef[n].iLongTermFrameIdx); in WriteRefPicMarking()
|