Home
last modified time | relevance | path

Searched refs:pLongRefList (Results 1 – 8 of 8) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dref_list_mgr_svc.cpp73 pRefList->pLongRefList[i] = NULL; in WelsResetRefList()
87 pRefList->pLongRefList[k] = pRefList->pLongRefList[k + 1]; in DeleteLTRFromLongList()
89 pRefList->pLongRefList[k] = NULL; in DeleteLTRFromLongList()
107 SPicture* pRef = pRefList->pLongRefList[i]; in DeleteNonSceneLTR()
154 SPicture** pLongRefList = pRefList->pLongRefList; in DeleteInvalidLTR() local
162 if (pLongRefList[i] != NULL) { in DeleteInvalidLTR()
163 …if (CompareFrameNum (pLongRefList[i]->iFrameNum , pLtr->iLastCorFrameNumDec, iMaxFrameNumPlus1) ==… in DeleteInvalidLTR()
164 && (CompareFrameNum (pLongRefList[i]->iFrameNum , pLtr->iCurFrameNumInDec, in DeleteInvalidLTR()
167 pLongRefList[i]->iLongTermPicNum, pLongRefList[i]->iFrameNum); in DeleteInvalidLTR()
168 pLongRefList[i]->SetUnref(); in DeleteInvalidLTR()
[all …]
Dwels_preprocess.cpp810 SPicture* pRef = pRefPicLlist->pLongRefList[i]; in SetRefMbType()
1314 const int32_t kuiMarkLongTermPicIdx, SPicture** pLongRefList) { in UpdateSrcListLosslessScreenRefSelectionWithLtr() argument
1317 if (NULL == pLongRefSrcList[i + 1] || (NULL != pLongRefList[i] && pLongRefList[i]->bUsedAsRef in UpdateSrcListLosslessScreenRefSelectionWithLtr()
1318 && pLongRefList[i]->bIsLongRef)) { in UpdateSrcListLosslessScreenRefSelectionWithLtr()
Dencoder.cpp354 SPicture** pLongTermRefList = pEncCtx->ppRefPicListExt[0]->pLongRefList; in DecideFrameType()
/third_party/openh264/codec/decoder/core/src/
Dmanage_dec_ref.cpp121 if (pRefPic->pLongRefList[LIST_0][i] != NULL) { in WelsResetRefPic()
122 SetUnRef (pRefPic->pLongRefList[LIST_0][i]); in WelsResetRefPic()
123 pRefPic->pLongRefList[LIST_0][i] = NULL; in WelsResetRefPic()
143 pRefPic->pLongRefList[LIST_0][i] = NULL; in WelsResetRefPicWithoutUnRef()
238 PPicture* ppLongRefList = pCtx->sRefPic.pLongRefList[LIST_0]; in WelsInitBSliceRefList()
365 PPicture* ppLongRefList = pCtx->sRefPic.pLongRefList[LIST_0]; in WelsInitRefList()
490 PPicture* ppLongRefList = pCtx->sRefPic.pLongRefList[LIST_0]; in WelsReorderRefList2()
726 if (pRefPic->pLongRefList[LIST_0][i]->iLongTermFrameIdx > pRefPic->iMaxLongTermFrameIdx) { in MMCOProcess()
727 WelsDelLongFromListSetUnref (pRefPic, pRefPic->pLongRefList[LIST_0][i]->iLongTermFrameIdx); in MMCOProcess()
815 pPic = pRefPic->pLongRefList[LIST_0][i]; in WelsDelLongFromList()
[all …]
Ddecode_slice.cpp73 if (!pCtx->sRefPic.pLongRefList[list][refIdx]) { in CheckRefPics()
/third_party/openh264/codec/encoder/core/inc/
Dencoder_context.h73 SPicture* pLongRefList[1 + MAX_REF_PIC_COUNT]; // reference list 1 - int32_t member
Dwels_preprocess.h143 const int32_t kuiMarkLongTermPicIdx, SPicture** pLongRefList);
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h152 PPicture pLongRefList[LIST_A][MAX_DPB_COUNT]; member