Home
last modified time | relevance | path

Searched refs:ppRefPic (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/decoder/core/src/
Dparse_mb_syn_cavlc.cpp1070 PPicture* ppRefPic = pCtx->sRefPic.pRefList[LIST_0]; in ParseInterInfo() local
1100 … if ((iRefIdx < 0) || (iRefIdx >= iRefCount[0]) || (ppRefPic[iRefIdx] == NULL)) { //error ref_idx in ParseInterInfo()
1109 pCtx->bMbRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (ppRefPic[iRefIdx] in ParseInterInfo()
1110 && (ppRefPic[iRefIdx]->bIsComplete || bIsPending)); in ParseInterInfo()
1141 …if ((iRefIdx[i] < 0) || (iRefIdx[i] >= iRefCount[0]) || (ppRefPic[iRefIdx[i]] == NULL)) { //error … in ParseInterInfo()
1150 pCtx->bMbRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (ppRefPic[iRefIdx[i]] in ParseInterInfo()
1151 && (ppRefPic[iRefIdx[i]]->bIsComplete || bIsPending)); in ParseInterInfo()
1178 …if ((iRefIdx[i] < 0) || (iRefIdx[i] >= iRefCount[0]) || (ppRefPic[iRefIdx[i]] == NULL)) { //error … in ParseInterInfo()
1187 pCtx->bMbRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (ppRefPic[iRefIdx[i]] in ParseInterInfo()
1188 && (ppRefPic[iRefIdx[i]]->bIsComplete || bIsPending)); in ParseInterInfo()
[all …]
Dparse_mb_syn_cabac.cpp525 PPicture* ppRefPic = pCtx->sRefPic.pRefList[LIST_0]; in ParseInterPMotionInfoCabac() local
545 if ((iRef[0] < 0) || (iRef[0] >= pRefCount[0]) || (ppRefPic[iRef[0]] == NULL)) { //error ref_idx in ParseInterPMotionInfoCabac()
554 pCtx->bMbRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (ppRefPic[iRef[0]] in ParseInterPMotionInfoCabac()
555 && (ppRefPic[iRef[0]]->bIsComplete || bIsPending)); in ParseInterPMotionInfoCabac()
571 … if ((iRef[i] < 0) || (iRef[i] >= pRefCount[0]) || (ppRefPic[iRef[i]] == NULL)) { //error ref_idx in ParseInterPMotionInfoCabac()
580 pCtx->bMbRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (ppRefPic[iRef[i]] in ParseInterPMotionInfoCabac()
581 && (ppRefPic[iRef[i]]->bIsComplete || bIsPending)); in ParseInterPMotionInfoCabac()
601 … if ((iRef[i] < 0) || (iRef[i] >= pRefCount[0]) || (ppRefPic[iRef[i]] == NULL)) { //error ref_idx in ParseInterPMotionInfoCabac()
610 pCtx->bMbRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (ppRefPic[iRef[i]] in ParseInterPMotionInfoCabac()
611 && (ppRefPic[iRef[i]]->bIsComplete || bIsPending)); in ParseInterPMotionInfoCabac()
[all …]
Ddecode_slice.cpp1341 PPicture* ppRefPic = pCtx->sRefPic.pRefList[LIST_0]; in WelsDecodeMbCabacPSlice() local
1369 …bRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (ppRefPic[0] && (ppRefPic[0]->bIsCo… in WelsDecodeMbCabacPSlice()
2448 PPicture* ppRefPic = pCtx->sRefPic.pRefList[LIST_0]; in WelsDecodeMbCavlcPSlice() local
2480 …bRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (ppRefPic[0] && (ppRefPic[0]->bIsCo… in WelsDecodeMbCavlcPSlice()