Searched refs:RK_CLIP3 (Results 1 – 1 of 1) sorted by relevance
22 #define RK_CLIP3(l, h, a) ((a) < (l) ? (l) : ((a) > (h) ? (h) : (a))) macro34 R[0] = RK_CLIP3(0, 255, _R); in get_rgb_color()35 G[0] = RK_CLIP3(0, 255, _G); in get_rgb_color()36 B[0] = RK_CLIP3(0, 255, _B); in get_rgb_color()