Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp483 const int32_t kiInputPicWidth = pParam->SUsedPicRect.iWidth; in JudgeNeedOfScaling() local
491 if (kiDstPicWidth >= kiInputPicWidth && kiDstPicHeight >= kiInputPicHeight) { in JudgeNeedOfScaling()
499 int32_t iInputWidthXDstHeight = kiInputPicWidth * iCurDstHeight; in JudgeNeedOfScaling()
504 …pScaledPicture->iScaledHeight[iSpatialIdx] = WELS_MAX (iInputHeightXDstWidth / kiInputPicWidth, 4); in JudgeNeedOfScaling()