Searched refs:kiLumaWidth (Results 1 – 2 of 2) sorted by relevance
441 …const int32_t kiLumaWidth = bFrameCroppingFlag ? (pCurPicture->iWidthInPixel - ((pFrameCrop->iC… in DumpDependencyRec() local445 const int32_t kiChromaWidth = kiLumaWidth >> 1; in DumpDependencyRec()451 iWrittenSize = WelsFwrite (pSrc + j * kiStrideY, 1, kiLumaWidth, pDumpRecFile); in DumpDependencyRec()452 assert (iWrittenSize == kiLumaWidth); in DumpDependencyRec()453 if (iWrittenSize < kiLumaWidth) { in DumpDependencyRec()508 …const int32_t kiLumaWidth = bFrameCroppingFlag ? (pCurPicture->iWidthInPixel - ((pFrameCrop->iC… in DumpRecFrame() local512 const int32_t kiChromaWidth = kiLumaWidth >> 1; in DumpRecFrame()518 iWrittenSize = WelsFwrite (pSrc + j * kiStrideY, 1, kiLumaWidth, pDumpRecFile); in DumpRecFrame()519 assert (iWrittenSize == kiLumaWidth); in DumpRecFrame()520 if (iWrittenSize < kiLumaWidth) { in DumpRecFrame()
1320 const int32_t kiLumaWidth = iLineSizeY[kiActualSpatialIdx][kbBaseTemporalFlag]; in AllocStrideTables() local1323 WelsGetEncBlockStrideOffset ((int32_t*)pBaseDec, kiLumaWidth, kiChromaWidth); in AllocStrideTables()