Searched refs:iShrinkHeight (Results 1 – 2 of 2) sorted by relevance
/third_party/openh264/codec/encoder/core/src/ |
D | wels_preprocess.cpp | 390 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/ |
D | wels_preprocess.h | 165 … int32_t iShrinkWidth, int32_t iShrinkHeight, int32_t iTargetWidth, int32_t iTargetHeight,
|