Searched refs:CH_MIN (Results 1 - 1 of 1) sorted by relevance

/external/pixman/pixman/
H A Dpixman-combine32.c851 * SAT (C) = CH_MAX (C) - CH_MIN (C)
937 #define CH_MIN(c) (c[0] < c[1] ? (c[0] < c[2] ? c[0] : c[2]) : (c[1] < c[2] ? c[1] : c[2])) macro
940 #define SAT(c) (CH_MAX (c) - CH_MIN (c))
1001 min = CH_MIN (tmp);
1188 #undef CH_MIN macro

Completed in 686 milliseconds