Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp395 iShrinkWidth = pScaledPicture->iScaledWidth[iDependencyId]; in SingleLayerPreprocess()
454 int32_t iSrcWidth = pScaledPicture->iScaledWidth[iClosestDid]; in SingleLayerPreprocess()
457 iShrinkWidth = pScaledPicture->iScaledWidth[iDependencyId]; in SingleLayerPreprocess()
503 pScaledPicture->iScaledWidth[iSpatialIdx] = WELS_MAX (iCurDstWidth, 4); in JudgeNeedOfScaling()
506 …pScaledPicture->iScaledWidth[iSpatialIdx] = WELS_MAX (iInputWidthXDstHeight / kiInputPicHeight, 4); in JudgeNeedOfScaling()
/third_party/openh264/codec/encoder/core/inc/
Dwels_preprocess.h59 int32_t iScaledWidth[MAX_DEPENDENCY_LAYER]; member