Home
last modified time | relevance | path

Searched refs:bIsComplete (Results 1 – 8 of 8) sorted by relevance

/third_party/openh264/codec/decoder/core/inc/
Dpicture.h74 bool bIsComplete; // indicate whether current picture is complete, not from EC member
/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp176 pCtx->pDec->bIsComplete = false; in DecodeFrameConstruction()
202 pCtx->pDec->bIsComplete = true; in DecodeFrameConstruction()
227 if (GetThreadCount (pCtx) > 1 && pPic->bIsComplete == false) { in DecodeFrameConstruction()
228 pPic->bIsComplete = true; in DecodeFrameConstruction()
251 … && pPic->bIsComplete); // When EC disable, ECed picture not output in DecodeFrameConstruction()
2746 pCtx->pDec->bIsComplete = false; // reconstruction error, directly set the flag false in DecodeCurrentAccessUnit()
2782 pCtx->pDec->bIsComplete = bAllRefComplete; in DecodeCurrentAccessUnit()
2783 if (!pCtx->pDec->bIsComplete) { // Ref pictures ECed, result in ECed in DecodeCurrentAccessUnit()
2960 …x->sRefPic.pRefList[ LIST_0 ][ pCtx->pCurDqLayer->pDec->pRefIndex[0][iRealMbIdx][0] ]->bIsComplete; in CheckRefPicturesComplete()
2965 …x->sRefPic.pRefList[ LIST_0 ][ pCtx->pCurDqLayer->pDec->pRefIndex[0][iRealMbIdx][0] ]->bIsComplete; in CheckRefPicturesComplete()
[all …]
Dparse_mb_syn_cavlc.cpp1110 && (ppRefPic[iRefIdx]->bIsComplete || bIsPending)); in ParseInterInfo()
1151 && (ppRefPic[iRefIdx[i]]->bIsComplete || bIsPending)); in ParseInterInfo()
1188 && (ppRefPic[iRefIdx[i]]->bIsComplete || bIsPending)); in ParseInterInfo()
1260 && (ppRefPic[iRefIdx[i]]->bIsComplete || bIsPending)); in ParseInterInfo()
1399 … && (ppRefPic[listIdx][ref_idx_list[listIdx][0]]->bIsComplete || bIsPending)); in ParseInterBInfo()
1450 && (ppRefPic[listIdx][iRefIdx]->bIsComplete || bIsPending)); in ParseInterBInfo()
1510 && (ppRefPic[listIdx][iRefIdx]->bIsComplete || bIsPending)); in ParseInterBInfo()
1656 && (ppRefPic[listIdx][iref]->bIsComplete || bIsPending)); in ParseInterBInfo()
Dparse_mb_syn_cabac.cpp555 && (ppRefPic[iRef[0]]->bIsComplete || bIsPending)); in ParseInterPMotionInfoCabac()
581 && (ppRefPic[iRef[i]]->bIsComplete || bIsPending)); in ParseInterPMotionInfoCabac()
611 && (ppRefPic[iRef[i]]->bIsComplete || bIsPending)); in ParseInterPMotionInfoCabac()
659 && (ppRefPic[pRefIdx[i]]->bIsComplete || bIsPending)); in ParseInterPMotionInfoCabac()
783 … && (pCtx->sRefPic.pRefList[listIdx][iRef[listIdx]]->bIsComplete || bIsPending)); in ParseInterBMotionInfoCabac()
821 … && (pCtx->sRefPic.pRefList[listIdx][ref_idx]->bIsComplete || bIsPending)); in ParseInterBMotionInfoCabac()
866 … && (pCtx->sRefPic.pRefList[listIdx][ref_idx]->bIsComplete || bIsPending)); in ParseInterBMotionInfoCabac()
1001 … && (pCtx->sRefPic.pRefList[listIdx][iref]->bIsComplete || bIsPending)); in ParseInterBMotionInfoCabac()
Ddecoder.cpp155 pPicNewBuf->ppPic[i]->bIsComplete = false; in IncreasePicBuff()
243 pPicNewBuf->ppPic[i]->bIsComplete = false; in DecreasePicBuff()
1235 pDecStat->uiIDRCorrectNum += (pPic->bIsComplete); in UpdateDecStatNoFreezingInfo()
1237 pDecStat->uiEcIDRNum += (!pPic->bIsComplete); in UpdateDecStatNoFreezingInfo()
Dmanage_dec_ref.cpp82 pRef->bIsComplete = false; in SetUnRef()
157 pRef->bIsComplete = false; // Set complete flag to false for lost IDR ref picture in WelsCheckAndRecoverForFutureDecoding()
Ddecode_slice.cpp1369 …oncealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (ppRefPic[0] && (ppRefPic[0]->bIsComplete in WelsDecodeMbCabacPSlice()
1440 …aled = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (ppRefPicL0[0] && (ppRefPicL0[0]->bIsComplete in WelsDecodeMbCabacBSlice()
1441 … || bIsPending)) || ! (ppRefPicL1[0] && (ppRefPicL1[0]->bIsComplete || bIsPending)); in WelsDecodeMbCabacBSlice()
2480 …oncealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (ppRefPic[0] && (ppRefPic[0]->bIsComplete in WelsDecodeMbCavlcPSlice()
2580 …aled = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (ppRefPicL0[0] && (ppRefPicL0[0]->bIsComplete in WelsDecodeMbCavlcBSlice()
2581 … || bIsPending)) || ! (ppRefPicL1[0] && (ppRefPicL1[0]->bIsComplete || bIsPending)); in WelsDecodeMbCavlcBSlice()
Derror_concealment.cpp484 pCtx->pDec->bIsComplete = false; // Set complete flag to false after do EC. in ImplementErrorCon()