Searched refs:bIsLongRef (Results 1 – 13 of 13) sorted by relevance
/third_party/openh264/codec/encoder/core/inc/ |
D | picture.h | 93 bool bIsLongRef; // long term reference frame flag //for pRef pic management member 112 bIsLongRef = false; in SetUnref()
|
/third_party/openh264/codec/encoder/core/src/ |
D | ref_list_mgr_svc.cpp | 108 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()
|
D | picture_handle.cpp | 90 pPic->bIsLongRef = false; in AllocPicture() 149 pPic->bIsLongRef = false; in FreePicture()
|
D | wels_preprocess.cpp | 989 … if (NULL == pRefPic || !pRefPic->bUsedAsRef || !pRefPic->bIsLongRef || (bCurFrameMarkedAsSceneLtr in GetAvailableRefListLosslessScreenRefSelection() 1318 && pLongRefList[i]->bIsLongRef)) { in UpdateSrcListLosslessScreenRefSelectionWithLtr() 1334 if (pCurPicture->bUsedAsRef || pCurPicture->bIsLongRef) { in UpdateSrcList()
|
D | encoder.cpp | 354 … (NULL != pLongTermRefList[i] && pLongTermRefList[i]->bUsedAsRef && pLongTermRefList[i]->bIsLongRef in DecideFrameType()
|
/third_party/openh264/codec/decoder/core/src/ |
D | manage_dec_ref.cpp | 72 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()
|
D | mv_pred.cpp | 569 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()
|
D | decoder.cpp | 153 pPicNewBuf->ppPic[i]->bIsLongRef = false; in IncreasePicBuff() 241 pPicNewBuf->ppPic[i]->bIsLongRef = false; in DecreasePicBuff()
|
D | parse_mb_syn_cavlc.cpp | 1546 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()
|
D | parse_mb_syn_cabac.cpp | 900 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()
|
D | decoder_core.cpp | 419 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/ |
D | picture.h | 71 bool bIsLongRef; // long term reference frame flag //for ref pic management member
|
D | mv_pred.h | 157 …const SubMbType& subMbType, const bool& bIsLongRef, int16_t pMvDirect[LIST_A][2], int8_t iRef[LIST…
|