Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp396 iShrinkHeight = pScaledPicture->iScaledHeight[iDependencyId]; in SingleLayerPreprocess()
455 int32_t iSrcHeight = pScaledPicture->iScaledHeight[iClosestDid]; in SingleLayerPreprocess()
458 iShrinkHeight = pScaledPicture->iScaledHeight[iDependencyId]; in SingleLayerPreprocess()
504 …pScaledPicture->iScaledHeight[iSpatialIdx] = WELS_MAX (iInputHeightXDstWidth / kiInputPicWidth, 4); in JudgeNeedOfScaling()
507 pScaledPicture->iScaledHeight[iSpatialIdx] = WELS_MAX (iCurDstHeight, 4); in JudgeNeedOfScaling()
/third_party/openh264/codec/encoder/core/inc/
Dwels_preprocess.h60 int32_t iScaledHeight[MAX_DEPENDENCY_LAYER]; member