Home
last modified time | relevance | path

Searched refs:bRPLRError (Results 1 – 5 of 5) sorted by relevance

/third_party/openh264/codec/decoder/core/src/
Dparse_mb_syn_cavlc.cpp1109 pCtx->bMbRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (ppRefPic[iRefIdx] in ParseInterInfo()
1150 pCtx->bMbRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (ppRefPic[iRefIdx[i]] in ParseInterInfo()
1187 pCtx->bMbRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (ppRefPic[iRefIdx[i]] in ParseInterInfo()
1259 … pCtx->bMbRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (ppRefPic[iRefIdx[i]] in ParseInterInfo()
1398 …pCtx->bMbRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (ppRefPic[listIdx][ref_idx_… in ParseInterBInfo()
1449 … pCtx->bMbRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (ppRefPic[listIdx][iRefIdx] in ParseInterBInfo()
1509 … pCtx->bMbRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (ppRefPic[listIdx][iRefIdx] in ParseInterBInfo()
1655 … pCtx->bMbRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (ppRefPic[listIdx][iref] in ParseInterBInfo()
Dparse_mb_syn_cabac.cpp554 pCtx->bMbRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (ppRefPic[iRef[0]] in ParseInterPMotionInfoCabac()
580 pCtx->bMbRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (ppRefPic[iRef[i]] in ParseInterPMotionInfoCabac()
610 pCtx->bMbRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (ppRefPic[iRef[i]] in ParseInterPMotionInfoCabac()
658 pCtx->bMbRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (ppRefPic[pRefIdx[i]] in ParseInterPMotionInfoCabac()
782 …pCtx->bMbRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (pCtx->sRefPic.pRefList[lis… in ParseInterBMotionInfoCabac()
820 …pCtx->bMbRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (pCtx->sRefPic.pRefList[lis… in ParseInterBMotionInfoCabac()
865 …pCtx->bMbRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (pCtx->sRefPic.pRefList[lis… in ParseInterBMotionInfoCabac()
1000 …pCtx->bMbRefConcealed = pCtx->bRPLRError || pCtx->bMbRefConcealed || ! (pCtx->sRefPic.pRefList[lis… in ParseInterBMotionInfoCabac()
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()
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()
Ddecoder_core.cpp2601 pCtx->bRPLRError = false; in DecodeCurrentAccessUnit()
2619 pCtx->bRPLRError = false; in DecodeCurrentAccessUnit()
2703 pCtx->bRPLRError = true; in DecodeCurrentAccessUnit()
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h497 bool bRPLRError; member