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

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_c_ImageThresh1_U8.c559 mlib_s32 mhigh0, mlow0, mhigh1, mlow1, mhigh2, mlow2, emask, dst0, dst1; local
593 mhigh2 = mhigh0 >> 2;
629 mhigh2 = mhigh0 >> 2;
667 dst0 = (mhigh2 & dst0) | (mlow2 & ~dst0);
695 dst1 = (mhigh2 & dst1) | (mlow2 & ~dst1);

Completed in 34 milliseconds