Home
last modified time | relevance | path

Searched refs:bMbRefConcealed (Results 1 – 4 of 4) sorted by relevance

/third_party/openh264/codec/decoder/core/src/
Dparse_mb_syn_cavlc.cpp1101 pCtx->bMbRefConcealed = true; in ParseInterInfo()
1109 pCtx->bMbRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (ppRefPic[iRefIdx] in ParseInterInfo()
1142 pCtx->bMbRefConcealed = true; in ParseInterInfo()
1150 pCtx->bMbRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (ppRefPic[iRefIdx[i]] in ParseInterInfo()
1179 pCtx->bMbRefConcealed = true; in ParseInterInfo()
1187 pCtx->bMbRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (ppRefPic[iRefIdx[i]] in ParseInterInfo()
1251 pCtx->bMbRefConcealed = true; in ParseInterInfo()
1259 … pCtx->bMbRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (ppRefPic[iRefIdx[i]] in ParseInterInfo()
1389 pCtx->bMbRefConcealed = true; in ParseInterBInfo()
1398 …pCtx->bMbRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (ppRefPic[listIdx][ref_idx_… in ParseInterBInfo()
[all …]
Dparse_mb_syn_cabac.cpp546 pCtx->bMbRefConcealed = true; in ParseInterPMotionInfoCabac()
554 pCtx->bMbRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (ppRefPic[iRef[0]] in ParseInterPMotionInfoCabac()
572 pCtx->bMbRefConcealed = true; in ParseInterPMotionInfoCabac()
580 pCtx->bMbRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (ppRefPic[iRef[i]] in ParseInterPMotionInfoCabac()
602 pCtx->bMbRefConcealed = true; in ParseInterPMotionInfoCabac()
610 pCtx->bMbRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (ppRefPic[iRef[i]] in ParseInterPMotionInfoCabac()
650 pCtx->bMbRefConcealed = true; in ParseInterPMotionInfoCabac()
658 pCtx->bMbRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (ppRefPic[pRefIdx[i]] in ParseInterPMotionInfoCabac()
773 pCtx->bMbRefConcealed = true; in ParseInterBMotionInfoCabac()
782 …pCtx->bMbRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (pCtx->sRefPic.pRefList[lis… in ParseInterBMotionInfoCabac()
[all …]
Ddecode_slice.cpp1369 …pCtx->bMbRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (ppRefPic[0] && (ppRefPic[0… in WelsDecodeMbCabacPSlice()
1440 …pCtx->bMbRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (ppRefPicL0[0] && (ppRefPic… in WelsDecodeMbCabacBSlice()
1443 if (pCtx->bMbRefConcealed) { in WelsDecodeMbCabacBSlice()
1594 pCtx->bMbRefConcealed = false; in WelsDecodeSlice()
1596 pCurDqLayer->pMbRefConcealedFlag[iNextMbXyIndex] = pCtx->bMbRefConcealed; in WelsDecodeSlice()
1709 pCtx->bMbRefConcealed = false; in WelsDecodeAndConstructSlice()
1711 pCurDqLayer->pMbRefConcealedFlag[iNextMbXyIndex] = pCtx->bMbRefConcealed; in WelsDecodeAndConstructSlice()
2480 …pCtx->bMbRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (ppRefPic[0] && (ppRefPic[0… in WelsDecodeMbCavlcPSlice()
2580 …pCtx->bMbRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (ppRefPicL0[0] && (ppRefPic… in WelsDecodeMbCavlcBSlice()
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h496 bool bMbRefConcealed; member