Searched refs:pShortRefList (Results 1 – 7 of 7) sorted by relevance
113 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 …]
67 if (!pCtx->sRefPic.pShortRefList[list][refIdx]) { in CheckRefPics()
71 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() local265 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 …]
818 SPicture* pRef = pRefPicLlist->pShortRefList[i]; in SetRefMbType()1329 …PreProcess::UpdateSrcList (SPicture* pCurPicture, const int32_t kiCurDid, SPicture** pShortRefList, in UpdateSrcList() argument
72 SPicture* pShortRefList[1 + MAX_SHORT_REF_COUNT]; // reference list 0 - int16_t member
140 void UpdateSrcList (SPicture* pCurPicture, const int32_t kiCurDid, SPicture** pShortRefList,
151 PPicture pShortRefList[LIST_A][MAX_DPB_COUNT]; member