Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Dmanage_dec_ref.cpp56 …ShortFrameNum, uint32_t uiLongTermPicNum, int32_t iLongTermFrameIdx, int32_t iMaxLongTermFrameIdx);
609 pRefPic->iMaxLongTermFrameIdx = 0; in WelsMarkAsRef()
612 pRefPic->iMaxLongTermFrameIdx = -1; in WelsMarkAsRef()
669 int32_t iMaxLongTermFrameIdx = pRefPicMarking->sMmcoRef[i].iMaxLongTermFrameIdx; in MMCO() local
674 iMaxLongTermFrameIdx); in MMCO()
686 …hortFrameNum, uint32_t uiLongTermPicNum, int32_t iLongTermFrameIdx, int32_t iMaxLongTermFrameIdx) { in MMCOProcess() argument
705 if (iLongTermFrameIdx > pRefPic->iMaxLongTermFrameIdx) { in MMCOProcess()
724 pRefPic->iMaxLongTermFrameIdx = iMaxLongTermFrameIdx; in MMCOProcess()
726 if (pRefPic->pLongRefList[LIST_0][i]->iLongTermFrameIdx > pRefPic->iMaxLongTermFrameIdx) { in MMCOProcess()
736 if (iLongTermFrameIdx > pRefPic->iMaxLongTermFrameIdx) { in MMCOProcess()
[all …]
Ddecoder_core.cpp546 int32_t iMaxLongTermFrameIdx = -1 + uiCode; in ParseDecRefPicMarking() local
547 if (iMaxLongTermFrameIdx > int32_t (pSps->uiLog2MaxFrameNum)) { in ParseDecRefPicMarking()
551 kpRefMarking->sMmcoRef[iIdx].iMaxLongTermFrameIdx = iMaxLongTermFrameIdx; in ParseDecRefPicMarking()
/third_party/openh264/codec/encoder/core/inc/
Dslice.h73 int32_t iMaxLongTermFrameIdx; member
/third_party/openh264/codec/decoder/core/inc/
Dslice.h82 int32_t iMaxLongTermFrameIdx; member
Ddecoder_context.h156 int32_t iMaxLongTermFrameIdx; member
/third_party/openh264/codec/encoder/core/src/
Dref_list_mgr_svc.cpp476 pRefPicMark->SMmcoRef[pRefPicMark->uiMmcoCount].iMaxLongTermFrameIdx = LONG_TERM_REF_NUM - 1; in WelsMarkMMCORefInfo()
901 pRefPicMark->SMmcoRef[pRefPicMark->uiMmcoCount].iMaxLongTermFrameIdx = iMaxLtrIdx; in WelsMarkMMCORefInfoScreen()
Dsvc_encode_slice.cpp266 BsWriteUE (pBs, sRefMarking->SMmcoRef[n].iMaxLongTermFrameIdx + 1); in WriteRefPicMarking()