Home
last modified time | relevance | path

Searched refs:kiLumaWidth (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dencoder.cpp441 …const int32_t kiLumaWidth = bFrameCroppingFlag ? (pCurPicture->iWidthInPixel - ((pFrameCrop->iC… in DumpDependencyRec() local
445 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() local
512 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()
Dencoder_ext.cpp1320 const int32_t kiLumaWidth = iLineSizeY[kiActualSpatialIdx][kbBaseTemporalFlag]; in AllocStrideTables() local
1323 WelsGetEncBlockStrideOffset ((int32_t*)pBaseDec, kiLumaWidth, kiChromaWidth); in AllocStrideTables()