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

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_c_ImageThresh1_U8.c35 * const mlib_s32 *ghigh,
42 * ghigh array of values above thresholds
55 * set the destination to the ghigh value for that channel.
60 * +- ghigh[c] src[x][y][c] > thresh[c]
98 ghigh0 = ghigh[n]; \
104 ghigh1 = ghigh[n]; \
110 ghigh2 = ghigh[n]; \
116 ghigh3 = ghigh[n]; \
129 mlib_s32 *ghigh = (void *)__ghigh; local
139 STRIP(pdst, psrc, width, height, 1, thresh, ghigh, glo
174 mlib_s32 *ghigh = (void *)__ghigh; local
222 mlib_s32 *ghigh = (void *)__ghigh; local
276 mlib_s32 *ghigh = (void *)__ghigh; local
330 mlib_s32 *ghigh = (void *)__ghigh; local
429 mlib_s32 *ghigh = (void *)__ghigh; local
553 mlib_s32 *ghigh = (void *)__ghigh; local
723 mlib_s32 *ghigh = (void *)__ghigh; local
[all...]
H A Dmlib_ImageColorTrue2Index.c4191 void *ghigh,
4205 mlib_s32 ghigh[1]; local
4211 ghigh[0] = lut[1] - lut[0];
4214 thresh, ghigh, glow, bit_offset);
4242 mlib_s32 ghigh[1]; local
4248 ghigh[0] = (lut[1] < lut[0]) ? 0 : 0xFF;
4251 bit_offset, thresh, ghigh[0], glow[0]);
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dmlib_ImageZoom_NN.c417 const mlib_s32 *ghigh,
471 gray_val1 = CLAMP_U8(ghigh[0]);
415 mlib_ImageZoom_BitToGray_1_Nearest(mlib_work_image *param, mlib_s32 s_bitoff, const mlib_s32 *ghigh, const mlib_s32 *glow) argument

Completed in 57 milliseconds