Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp390 int32_t iShrinkHeight = iSrcHeight; in SingleLayerPreprocess() local
396 iShrinkHeight = pScaledPicture->iScaledHeight[iDependencyId]; in SingleLayerPreprocess()
398 …DownsamplePadding (pSrcPic, pDstPic, iSrcWidth, iSrcHeight, iShrinkWidth, iShrinkHeight, iTargetWi… in SingleLayerPreprocess()
458 iShrinkHeight = pScaledPicture->iScaledHeight[iDependencyId]; in SingleLayerPreprocess()
459 …DownsamplePadding (pSrcPic, pDstPic, iSrcWidth, iSrcHeight, iShrinkWidth, iShrinkHeight, iTargetWi… in SingleLayerPreprocess()
626 …int32_t iShrinkWidth, int32_t iShrinkHeight, int32_t iTargetWidth, int32_t iTargetHeight, bool bFo… in DownsamplePadding() argument
643 if (iSrcWidth != iShrinkWidth || iSrcHeight != iShrinkHeight || bForceCopy) { in DownsamplePadding()
650 sDstPicMap.sRect.iRectHeight = iShrinkHeight; in DownsamplePadding()
656 if (iSrcWidth != iShrinkWidth || iSrcHeight != iShrinkHeight) { in DownsamplePadding()
669 iShrinkHeight -= (iShrinkHeight & 1); in DownsamplePadding()
[all …]
/third_party/openh264/codec/encoder/core/inc/
Dwels_preprocess.h165 … int32_t iShrinkWidth, int32_t iShrinkHeight, int32_t iTargetWidth, int32_t iTargetHeight,