Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dwels_preprocess.h166 bool bForceCopy);
/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp626 …ShrinkWidth, int32_t iShrinkHeight, int32_t iTargetWidth, int32_t iTargetHeight, bool bForceCopy) { in DownsamplePadding() argument
643 if (iSrcWidth != iShrinkWidth || iSrcHeight != iShrinkHeight || bForceCopy) { in DownsamplePadding()