Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp500 int32_t iInputHeightXDstWidth = kiInputPicHeight * iCurDstWidth; in JudgeNeedOfScaling() local
502 if (iInputWidthXDstHeight > iInputHeightXDstWidth) { in JudgeNeedOfScaling()
504 …pScaledPicture->iScaledHeight[iSpatialIdx] = WELS_MAX (iInputHeightXDstWidth / kiInputPicWidth, 4); in JudgeNeedOfScaling()