Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/common/
Dutil.h83 #define WELS_CLAMP(x, minv, maxv) WELS_MIN(WELS_MAX(x, minv), maxv) macro
96 return WelsStaticCast (EMethods, WELS_CLAMP (iMethod, METHOD_NULL + 1, METHOD_MASK - 1)); in WelsVpGetValidMethod()
/third_party/openh264/codec/processing/src/downsample/
Ddownsamplefuncs.cpp161 x = WELS_CLAMP (x, 0, 255); in GeneralBilinearFastDownsampler_c()
224 x = WELS_CLAMP (x, 0, 255); in GeneralBilinearAccurateDownsampler_c()
/third_party/openh264/test/processing/
DProcessUT_DownSample.cpp97 x = WELS_CLAMP (x, 0, 255); in GeneralBilinearFastDownsampler_ref()
160 x = WELS_CLAMP (x, 0, 255); in GeneralBilinearAccurateDownsampler_ref()