Home
last modified time | relevance | path

Searched refs:iMbNum (Results 1 – 8 of 8) sorted by relevance

/third_party/openh264/codec/decoder/core/src/
Dfmo.cpp57 int32_t iMbNum = 0; in FmoGenerateMbAllocMapType0() local
62 iMbNum = pFmo->iCountMbNum; in FmoGenerateMbAllocMapType0()
63 WELS_VERIFY_RETURN_IF (ERR_INFO_INVALID_PARAM, (NULL == pFmo->pMbAllocMap || iMbNum <= 0 in FmoGenerateMbAllocMapType0()
74 } while (j < kiRunIdx && i + j < iMbNum); in FmoGenerateMbAllocMapType0()
77 } while (uiGroup < uiNumSliceGroups && i < iMbNum); in FmoGenerateMbAllocMapType0()
78 } while (i < iMbNum); in FmoGenerateMbAllocMapType0()
94 int32_t iMbNum = 0; in FmoGenerateMbAllocMapType1() local
98 iMbNum = pFmo->iCountMbNum; in FmoGenerateMbAllocMapType1()
99 …WELS_VERIFY_RETURN_IF (ERR_INFO_INVALID_PARAM, (NULL == pFmo->pMbAllocMap || iMbNum <= 0 || kiMbWi… in FmoGenerateMbAllocMapType1()
105 } while (i < iMbNum); in FmoGenerateMbAllocMapType1()
Derror_concealment.cpp455 int32_t iMbNum = pCtx->pSps->iMbWidth * pCtx->pSps->iMbHeight; in NeedErrorCon() local
456 for (int32_t i = 0; i < iMbNum; ++i) { in NeedErrorCon()
Ddecoder_core.cpp271 pCtx->iMbNum = pPic->iMbNum; in DecodeFrameConstruction()
2597 pCtx->pDec->iMbNum = pCtx->pSps->iMbWidth * pCtx->pSps->iMbHeight; in DecodeCurrentAccessUnit()
/third_party/openh264/codec/processing/src/complexityanalysis/
DComplexityAnalysis.cpp113 int32_t iMbNum = iMbWidth * iMbHeight; in GetFrameSadExcludeBackground() local
116 int32_t iGomMbNum = (iMbNum + iMbNumInGom - 1) / iMbNumInGom; in GetFrameSadExcludeBackground()
127 iGomMbEndIndex = WELS_MIN ((j + 1) * iMbNumInGom, iMbNum); in GetFrameSadExcludeBackground()
176 int32_t iMbNum = iMbWidth * iMbHeight; in AnalyzeGomComplexityViaSad() local
179 int32_t iGomMbNum = (iMbNum + iMbNumInGom - 1) / iMbNumInGom; in AnalyzeGomComplexityViaSad()
197 iGomMbEndIndex = WELS_MIN ((j + 1) * iMbNumInGom, iMbNum); in AnalyzeGomComplexityViaSad()
225 int32_t iMbNum = iMbWidth * iMbHeight; in AnalyzeGomComplexityViaVar() local
228 int32_t iGomMbNum = (iMbNum + iMbNumInGom - 1) / iMbNumInGom; in AnalyzeGomComplexityViaVar()
245 iGomMbEndIndex = WELS_MIN ((j + 1) * iMbNumInGom, iMbNum); in AnalyzeGomComplexityViaVar()
/third_party/openh264/codec/decoder/core/inc/
Dpicture.h95 int32_t iMbNum; member
Ddecoder_context.h495 int32_t iMbNum; member
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp857 pDecContext->pDecoderStatistics->uiAvgEcRatio = pDecContext->iMbNum == 0 ? in DecodeFrame2WithCtx()
860 iMbConcealedNum * 100) / pDecContext->iMbNum)); in DecodeFrame2WithCtx()
861 pDecContext->pDecoderStatistics->uiAvgEcPropRatio = pDecContext->iMbNum == 0 ? in DecodeFrame2WithCtx()
864 pDecContext->iMbEcedPropNum * 100) / pDecContext->iMbNum)); in DecodeFrame2WithCtx()
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp840 int32_t iMbNum = iMbWidth * iMbHeight; in InitMbInfo() local
848 for (iIdx = 0; iIdx < iMbNum; iIdx++) { in InitMbInfo()