Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Dpicture.h94 int32_t iMbEcedPropNum; member
Ddecoder_context.h494 int32_t iMbEcedPropNum; member
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp856 int32_t iMbConcealedNum = pDecContext->iMbEcedNum + pDecContext->iMbEcedPropNum; in DecodeFrame2WithCtx()
864 pDecContext->iMbEcedPropNum * 100) / pDecContext->iMbNum)); in DecodeFrame2WithCtx()
/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp272 pCtx->iMbEcedPropNum = pPic->iMbEcedPropNum; in DecodeFrameConstruction()
2599 pCtx->pDec->iMbEcedPropNum = 0; in DecodeCurrentAccessUnit()
Ddecode_slice.cpp132 pCtx->pDec->iMbEcedPropNum += (pCurDqLayer->pMbRefConcealedFlag[iNextMbXyIndex] ? 1 : 0); in WelsTargetSliceConstruction()
1743 pCtx->pDec->iMbEcedPropNum += (pCurDqLayer->pMbRefConcealedFlag[iNextMbXyIndex] ? 1 : 0); in WelsDecodeAndConstructSlice()