Searched refs:pLongRefList (Results 1 – 8 of 8) sorted by relevance
73 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() local162 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 …]
810 SPicture* pRef = pRefPicLlist->pLongRefList[i]; in SetRefMbType()1314 const int32_t kuiMarkLongTermPicIdx, SPicture** pLongRefList) { in UpdateSrcListLosslessScreenRefSelectionWithLtr() argument1317 if (NULL == pLongRefSrcList[i + 1] || (NULL != pLongRefList[i] && pLongRefList[i]->bUsedAsRef in UpdateSrcListLosslessScreenRefSelectionWithLtr()1318 && pLongRefList[i]->bIsLongRef)) { in UpdateSrcListLosslessScreenRefSelectionWithLtr()
354 SPicture** pLongTermRefList = pEncCtx->ppRefPicListExt[0]->pLongRefList; in DecideFrameType()
121 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 …]
73 if (!pCtx->sRefPic.pLongRefList[list][refIdx]) { in CheckRefPics()
73 SPicture* pLongRefList[1 + MAX_REF_PIC_COUNT]; // reference list 1 - int32_t member
143 const int32_t kuiMarkLongTermPicIdx, SPicture** pLongRefList);
152 PPicture pLongRefList[LIST_A][MAX_DPB_COUNT]; member