Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp389 int32_t iShrinkWidth = iSrcWidth; in SingleLayerPreprocess() local
395 iShrinkWidth = pScaledPicture->iScaledWidth[iDependencyId]; in SingleLayerPreprocess()
398 …DownsamplePadding (pSrcPic, pDstPic, iSrcWidth, iSrcHeight, iShrinkWidth, iShrinkHeight, iTargetWi… in SingleLayerPreprocess()
457 iShrinkWidth = pScaledPicture->iScaledWidth[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()
649 sDstPicMap.sRect.iRectWidth = iShrinkWidth; in DownsamplePadding()
656 if (iSrcWidth != iShrinkWidth || iSrcHeight != iShrinkHeight) { in DownsamplePadding()
668 iShrinkWidth -= (iShrinkWidth & 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,