Searched refs:CLAMP (Results 1 – 2 of 2) sorted by relevance
58 #define CLAMP(_X) ( (_X)= ((_X)<0?0:((_X)>255?255:(_X)) ) ) macro
45 #define CLAMP(x, min, max) MIN(MAX((x), (min)), (max)) macro368 format = CLAMP(format, 0, num_formats); in mm_jpegdec_test_get_input()