Home
last modified time | relevance | path

Searched refs:bIsLongRef (Results 1 – 13 of 13) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dpicture.h93 bool bIsLongRef; // long term reference frame flag //for pRef pic management member
112 bIsLongRef = false; in SetUnref()
/third_party/openh264/codec/encoder/core/src/
Dref_list_mgr_svc.cpp108 if (pRef != NULL && pRef->bUsedAsRef && pRef->bIsLongRef && (!pRef->bIsSceneLTR) && in DeleteNonSceneLTR()
280 pShortRefList[i]->bIsLongRef = true; in LTRMarkProcess()
288 if (pRefList->pShortRefList[j]->bIsLongRef) { in LTRMarkProcess()
679 if ((!pCtx->pRefList0[0]->bIsLongRef) || (!pCtx->pSvcParam->bEnableLongTermReference)) { in WelsUpdateSliceHeaderSyntax()
739 pOrigPic->bIsLongRef = pReconPic->bIsLongRef; in UpdateOriginalPicInfo()
789 pCtx->pDecPic->bIsLongRef = true; in WelsUpdateRefListScreen()
826 if (pRefPic != NULL && pRefPic->bUsedAsRef && pRefPic->bIsLongRef) { in WelsBuildRefListScreen()
865 pARefPicture->bIsLongRef, in WelsBuildRefListScreen()
948 …if (ppLongRefList[i]->bUsedAsRef && ppLongRefList[i]->bIsLongRef && (!ppLongRefList[i]->bIsSceneLT… in WelsMarkPicScreen()
963 …if (ppLongRefList[i]->bUsedAsRef && ppLongRefList[i]->bIsLongRef && (!ppLongRefList[i]->bIsSceneLT… in WelsMarkPicScreen()
Dpicture_handle.cpp90 pPic->bIsLongRef = false; in AllocPicture()
149 pPic->bIsLongRef = false; in FreePicture()
Dwels_preprocess.cpp989 … if (NULL == pRefPic || !pRefPic->bUsedAsRef || !pRefPic->bIsLongRef || (bCurFrameMarkedAsSceneLtr in GetAvailableRefListLosslessScreenRefSelection()
1318 && pLongRefList[i]->bIsLongRef)) { in UpdateSrcListLosslessScreenRefSelectionWithLtr()
1334 if (pCurPicture->bUsedAsRef || pCurPicture->bIsLongRef) { in UpdateSrcList()
Dencoder.cpp354 … (NULL != pLongTermRefList[i] && pLongTermRefList[i]->bUsedAsRef && pLongTermRefList[i]->bIsLongRef in DecideFrameType()
/third_party/openh264/codec/decoder/core/src/
Dmanage_dec_ref.cpp72 pRef->bIsLongRef = false; in SetUnRef()
429 …f (ppRefList[i] != NULL && ppRefList[i]->iFrameNum == iPredFrameNum && !ppRefList[i]->bIsLongRef) { in WelsReorderRefList()
444 if (ppRefList[i] != NULL && ppRefList[i]->bIsLongRef in WelsReorderRefList()
547 if (ppRefList[j]->bIsLongRef || ppRefList[j]->iFrameWrapNum != iPredFrameNum) in WelsReorderRefList2()
564 … if (!ppRefList[j]->bIsLongRef || ppLongRefList[j]->uiLongTermPicNum != (uint32_t)iPredFrameNum) in WelsReorderRefList2()
644 if (!pDec->bIsLongRef) { in WelsMarkAsRef()
819 pPic->bIsLongRef = false; in WelsDelLongFromList()
842 pPic->bIsLongRef = false; in AddShortTermToList()
870 pPic->bIsLongRef = true; in AddLongTermToList()
902 if (pPic->iFrameNum == iFrameNum && !pPic->bIsLongRef) { in MarkAsLongTerm()
Dmv_pred.cpp569 bool bIsLongRef = pCtx->sRefPic.pRefList[LIST_1][0]->bIsLongRef; in PredMvBDirectSpatial() local
573 if (0 == pCurDqLayer->iColocIntra[0] && !bIsLongRef in PredMvBDirectSpatial()
606 …rect8x8Mv (pCurDqLayer, iIdx8, pSubPartCount[i], pPartW[i], subMbType, bIsLongRef, iMvp, ref, NULL… in PredMvBDirectSpatial()
951 …const SubMbType& subMbType, const bool& bIsLongRef, int16_t pMvDirect[LIST_A][2], int8_t iRef[LIST… in FillSpatialDirect8x8Mv() argument
1011 uint32_t uiColZeroFlag = (0 == pCurDqLayer->iColocIntra[iColocIdx]) && !bIsLongRef && in FillSpatialDirect8x8Mv()
Ddecoder.cpp153 pPicNewBuf->ppPic[i]->bIsLongRef = false; in IncreasePicBuff()
241 pPicNewBuf->ppPic[i]->bIsLongRef = false; in DecreasePicBuff()
Dparse_mb_syn_cavlc.cpp1546 bool bIsLongRef = pCtx->sRefPic.pRefList[LIST_1][0]->bIsLongRef; in ParseInterBInfo() local
1606 …8Mv (pCurDqLayer, iIdx8, pSubPartCount[i], pPartW[i], directSubMbType, bIsLongRef, pMvDirect, iRef, in ParseInterBInfo()
Dparse_mb_syn_cabac.cpp900 bool bIsLongRef = pCtx->sRefPic.pRefList[LIST_1][0]->bIsLongRef; in ParseInterBMotionInfoCabac() local
947 …8Mv (pCurDqLayer, iIdx8, pSubPartCount[i], pPartW[i], directSubMbType, bIsLongRef, pMvDirect, iRef, in ParseInterBMotionInfoCabac()
Ddecoder_core.cpp419 bool bIsLongRef0 = pCtx->sRefPic.pRefList[LIST_0][iRef0]->bIsLongRef; in CreateImplicitWeightTable()
423 bool bIsLongRef1 = pCtx->sRefPic.pRefList[LIST_1][iRef1]->bIsLongRef; in CreateImplicitWeightTable()
/third_party/openh264/codec/decoder/core/inc/
Dpicture.h71 bool bIsLongRef; // long term reference frame flag //for ref pic management member
Dmv_pred.h157 …const SubMbType& subMbType, const bool& bIsLongRef, int16_t pMvDirect[LIST_A][2], int8_t iRef[LIST…