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

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_c_ImageThresh1_U8.c120 #define THRESH0(s0) DO_THRESH(s0, thresh0, glow0, ghigh0) macro
151 pdst_row[j] = THRESH0(psrc_row[j]);
152 pdst_row[j + 1] = THRESH0(psrc_row[j + 1]);
153 pdst_row[j + 2] = THRESH0(psrc_row[j + 2]);
154 pdst_row[j + 3] = THRESH0(psrc_row[j + 3]);
155 pdst_row[j + 4] = THRESH0(psrc_row[j + 4]);
156 pdst_row[j + 5] = THRESH0(psrc_row[j + 5]);
157 pdst_row[j + 6] = THRESH0(psrc_row[j + 6]);
158 pdst_row[j + 7] = THRESH0(psrc_row[j + 7]);
162 pdst_row[j] = THRESH0(psrc_ro
[all...]

Completed in 260 milliseconds