Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Dmanage_dec_ref.cpp113 if (pRefPic->pShortRefList[LIST_0][i] != NULL) { in WelsResetRefPic()
114 SetUnRef (pRefPic->pShortRefList[LIST_0][i]); in WelsResetRefPic()
115 pRefPic->pShortRefList[LIST_0][i] = NULL; in WelsResetRefPic()
138 pRefPic->pShortRefList[LIST_0][i] = NULL; in WelsResetRefPicWithoutUnRef()
214 PPicture* ppShoreRefList = pCtx->sRefPic.pShortRefList[LIST_0]; in WrapShortRefPicNum()
237 PPicture* ppShoreRefList = pCtx->sRefPic.pShortRefList[LIST_0]; in WelsInitBSliceRefList()
364 PPicture* ppShoreRefList = pCtx->sRefPic.pShortRefList[LIST_0]; in WelsInitRefList()
488 PPicture* ppShoreRefList = pCtx->sRefPic.pShortRefList[LIST_0]; in WelsReorderRefList2()
768 pPic = WelsDelShortFromList (pRefPic, pRefPic->pShortRefList[LIST_0][i]->iFrameNum); in SlidingWindow()
786 if (pRefPic->pShortRefList[LIST_0][i]->iFrameNum == iFrameNum) { in WelsDelShortFromList()
[all …]
Ddecode_slice.cpp67 if (!pCtx->sRefPic.pShortRefList[list][refIdx]) { in CheckRefPics()
/third_party/openh264/codec/encoder/core/src/
Dref_list_mgr_svc.cpp71 pRefList->pShortRefList[i] = NULL; in WelsResetRefList()
98 pRefList->pShortRefList[k] = pRefList->pShortRefList[k + 1]; in DeleteSTRFromShortList()
100 pRefList->pShortRefList[k] = NULL; in DeleteSTRFromShortList()
254 SPicture** pShortRefList = pRefList->pShortRefList; in LTRMarkProcess() local
265 pShortRefList[i]->uiRecieveConfirmed = RECIEVE_SUCCESS; in LTRMarkProcess()
271 …if (CompareFrameNum (pParamInternal->iFrameNum, pShortRefList[i]->iFrameNum + iGoPFrameNumInterval, in LTRMarkProcess()
280 pShortRefList[i]->bIsLongRef = true; in LTRMarkProcess()
281 pShortRefList[i]->iLongTermPicNum = pLtr->iCurLtrIdx; in LTRMarkProcess()
282 pShortRefList[i]->iMarkFrameNum = pParamInternal->iFrameNum; in LTRMarkProcess()
288 if (pRefList->pShortRefList[j]->bIsLongRef) { in LTRMarkProcess()
[all …]
Dwels_preprocess.cpp818 SPicture* pRef = pRefPicLlist->pShortRefList[i]; in SetRefMbType()
1329 …PreProcess::UpdateSrcList (SPicture* pCurPicture, const int32_t kiCurDid, SPicture** pShortRefList, in UpdateSrcList() argument
/third_party/openh264/codec/encoder/core/inc/
Dencoder_context.h72 SPicture* pShortRefList[1 + MAX_SHORT_REF_COUNT]; // reference list 0 - int16_t member
Dwels_preprocess.h140 void UpdateSrcList (SPicture* pCurPicture, const int32_t kiCurDid, SPicture** pShortRefList,
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h151 PPicture pShortRefList[LIST_A][MAX_DPB_COUNT]; member