Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp65 if (pCtx->iTotalNumMbRec == kiTotalNumMbInCurLayer) { in DecodeFrameConstruction()
170 if (pCtx->iTotalNumMbRec == kiTotalNumMbInCurLayer) { //frame complete in DecodeFrameConstruction()
171 pCtx->iTotalNumMbRec = 0; in DecodeFrameConstruction()
174 } else if (pCtx->iTotalNumMbRec != 0) { //frame incomplete in DecodeFrameConstruction()
192 if (pCtx->iTotalNumMbRec != kiTotalNumMbInCurLayer) { in DecodeFrameConstruction()
195 pCtx->iTotalNumMbRec, kiTotalNumMbInCurLayer, pCurDq->iMbWidth, pCurDq->iMbHeight); in DecodeFrameConstruction()
206 pCtx->iTotalNumMbRec = 0; in DecodeFrameConstruction()
2560 if (pCtx->iTotalNumMbRec != 0) in DecodeCurrentAccessUnit()
2561 pCtx->iTotalNumMbRec = 0; in DecodeCurrentAccessUnit()
2580 } else if (pCtx->iTotalNumMbRec == 0) { //pDec != NULL, already start in DecodeCurrentAccessUnit()
[all …]
Ddecode_slice.cpp133 ++pCtx->iTotalNumMbRec; in WelsTargetSliceConstruction()
136 if (pCtx->iTotalNumMbRec > iTotalMbTargetLayer) { in WelsTargetSliceConstruction()
139 pCtx->iTotalNumMbRec, iTotalMbTargetLayer); in WelsTargetSliceConstruction()
1744 ++pCtx->iTotalNumMbRec; in WelsDecodeAndConstructSlice()
1747 if (pCtx->iTotalNumMbRec > iTotalMbTargetLayer) { in WelsDecodeAndConstructSlice()
1750 pCtx->iTotalNumMbRec, iTotalMbTargetLayer); in WelsDecodeAndConstructSlice()
Dau_parser.cpp846 if (pCtx->iTotalNumMbRec > 0) { in CheckSpsActive()
864 if (pCtx->iTotalNumMbRec > 0) { in CheckSpsActive()
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h422 int32_t iTotalNumMbRec; //record current number of decoded MB member
547 if (pCtx->iTotalNumMbRec == 0) { in ResetActiveSPSForEachLayer()