Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp484 const int32_t kiInputPicHeight = pParam->SUsedPicRect.iHeight; in JudgeNeedOfScaling() local
491 if (kiDstPicWidth >= kiInputPicWidth && kiDstPicHeight >= kiInputPicHeight) { in JudgeNeedOfScaling()
500 int32_t iInputHeightXDstWidth = kiInputPicHeight * iCurDstWidth; in JudgeNeedOfScaling()
506 …pScaledPicture->iScaledWidth[iSpatialIdx] = WELS_MAX (iInputWidthXDstHeight / kiInputPicHeight, 4); in JudgeNeedOfScaling()