Home
last modified time | relevance | path

Searched defs:CLAMP (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/test/
Dmm_jpegdec_test.c45 #define CLAMP(x, min, max) MIN(MAX((x), (min)), (max)) macro
/hardware/google/gfxstream/guest/mesa/src/util/
Du_math.h626 #define CLAMP( X, MIN, MAX ) ( (X)>(MIN) ? ((X)>(MAX) ? (MAX) : (X)) : (MIN) ) macro
Dmacros.h360 #define CLAMP( X, MIN, MAX ) ( (X)>(MIN) ? ((X)>(MAX) ? (MAX) : (X)) : (MIN) ) macro