Searched refs:CLAMP (Results 1 – 2 of 2) sorted by relevance
45 #define CLAMP(x, min, max) MIN(MAX((x), (min)), (max)) macro368 format = CLAMP(format, 0, num_formats); in mm_jpegdec_test_get_input()
156 CLAMP,