Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_imgproc.cpp22 #define RK_CLIP3(l, h, a) ((a) < (l) ? (l) : ((a) > (h) ? (h) : (a))) macro
34 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()