Searched refs:iMbNum (Results 1 – 8 of 8) sorted by relevance
57 int32_t iMbNum = 0; in FmoGenerateMbAllocMapType0() local62 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() local98 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()
455 int32_t iMbNum = pCtx->pSps->iMbWidth * pCtx->pSps->iMbHeight; in NeedErrorCon() local456 for (int32_t i = 0; i < iMbNum; ++i) { in NeedErrorCon()
271 pCtx->iMbNum = pPic->iMbNum; in DecodeFrameConstruction()2597 pCtx->pDec->iMbNum = pCtx->pSps->iMbWidth * pCtx->pSps->iMbHeight; in DecodeCurrentAccessUnit()
113 int32_t iMbNum = iMbWidth * iMbHeight; in GetFrameSadExcludeBackground() local116 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() local179 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() local228 int32_t iGomMbNum = (iMbNum + iMbNumInGom - 1) / iMbNumInGom; in AnalyzeGomComplexityViaVar()245 iGomMbEndIndex = WELS_MIN ((j + 1) * iMbNumInGom, iMbNum); in AnalyzeGomComplexityViaVar()
95 int32_t iMbNum; member
495 int32_t iMbNum; member
857 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()
840 int32_t iMbNum = iMbWidth * iMbHeight; in InitMbInfo() local848 for (iIdx = 0; iIdx < iMbNum; iIdx++) { in InitMbInfo()