Home
last modified time | relevance | path

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

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