Searched defs:thresh3 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_c_ImageThresh1_U8.c115 thresh3 = thresh[n]; \
123 #define THRESH3(s0) DO_THRESH(s0, thresh3, glow3, ghigh3)
280 TTYPE thresh0, thresh1, thresh2, thresh3; local
727 TTYPE thresh0, thresh1, thresh2, thresh3, threshT; local
747 thresh3 = thresh[3];
767 dst0 |= THRESH1_CMP_SHIFT(psrc_row[j + 3], thresh3, 4 - (dbit_off + j));
777 thresh2 = thresh3;
778 thresh3 = threshT;
793 THRESH1_CMP_SHIFT(psrc_row[j + 3], thresh3, 4) |
797 THRESH1_CMP_SHIFT(psrc_row[j + 7], thresh3,
[all...]

Completed in 39 milliseconds