Searched refs:iTotalNumMbRec (Results 1 – 4 of 4) sorted by relevance
65 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 …]
133 ++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()
846 if (pCtx->iTotalNumMbRec > 0) { in CheckSpsActive()864 if (pCtx->iTotalNumMbRec > 0) { in CheckSpsActive()
422 int32_t iTotalNumMbRec; //record current number of decoded MB member547 if (pCtx->iTotalNumMbRec == 0) { in ResetActiveSPSForEachLayer()