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

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageConv_D64nw.c83 const mlib_d64 *kern, variable
96 k0 = (DTYPE)kern[0]; k1 = (DTYPE)kern[1];
97 k2 = (DTYPE)kern[2]; k3 = (DTYPE)kern[3];
170 const mlib_d64 *kern, variable
181 k0 = (DTYPE)kern[0]; k1 = (DTYPE)kern[1]; k2 = (DTYPE)kern[2];
182 k3 = (DTYPE)kern[
[all...]
H A Dmlib_ImageConv_F32nw.c83 const mlib_d64 *kern, variable
96 k0 = (DTYPE)kern[0]; k1 = (DTYPE)kern[1];
97 k2 = (DTYPE)kern[2]; k3 = (DTYPE)kern[3];
170 const mlib_d64 *kern, variable
181 k0 = (DTYPE)kern[0]; k1 = (DTYPE)kern[1]; k2 = (DTYPE)kern[2];
182 k3 = (DTYPE)kern[
[all...]
H A Dmlib_ImageConv2x2_f.c62 k0 = scalef * kern[0]; k1 = scalef * kern[1]; k2 = scalef * kern[2]; \
63 k3 = scalef * kern[3]
220 const mlib_s32 *kern,
361 const mlib_s32 *kern,
512 const mlib_s32 *kern,
657 const mlib_s32 *kern,
812 const mlib_s32 *kern,
963 const mlib_s32 *kern,
218 mlib_c_conv2x2nw_s16(mlib_image *dst, const mlib_image *src, const mlib_s32 *kern, mlib_s32 scalef_expon, mlib_s32 cmask) argument
355 mlib_c_conv2x2ext_s16(mlib_image *dst, const mlib_image *src, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, const mlib_s32 *kern, mlib_s32 scalef_expon, mlib_s32 cmask) argument
510 mlib_c_conv2x2nw_u16(mlib_image *dst, const mlib_image *src, const mlib_s32 *kern, mlib_s32 scalef_expon, mlib_s32 cmask) argument
651 mlib_c_conv2x2ext_u16(mlib_image *dst, const mlib_image *src, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, const mlib_s32 *kern, mlib_s32 scalef_expon, mlib_s32 cmask) argument
810 mlib_c_conv2x2nw_u8(mlib_image *dst, const mlib_image *src, const mlib_s32 *kern, mlib_s32 scalef_expon, mlib_s32 cmask) argument
957 mlib_c_conv2x2ext_u8(mlib_image *dst, const mlib_image *src, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, const mlib_s32 *kern, mlib_s32 scalef_expon, mlib_s32 cmask) argument
[all...]
H A Dmlib_ImageConv_32nw.c101 const mlib_s32 *kern, variable
129 k0 = scalef * kern[0]; k1 = scalef * kern[1];
130 k2 = scalef * kern[2]; k3 = scalef * kern[3];
219 const mlib_s32 *kern, variable
249 k0 = scalef * kern[0]; k1 = scalef * kern[1]; k2 = scalef * kern[2];
250 k3 = scalef * kern[
353 const mlib_s32 *kern, variable
533 const mlib_s32 *kern, variable
757 const mlib_s32 *kern, variable
[all...]
H A Dawt_ImagingLib.c250 float *kern; local
271 kern = (float *) (*env)->GetPrimitiveArrayCritical(env, jdata, NULL);
272 if (kern == NULL) {
297 (*env)->ReleasePrimitiveArrayCritical(env, jdata, kern, JNI_ABORT);
312 kmax = kern[klen-1];
316 dkern[y*w+x] = (mlib_d64) kern[i];
317 if (kern[i] > kmax) {
318 kmax = kern[i];
323 (*env)->ReleasePrimitiveArrayCritical(env, jdata, kern, JNI_ABORT);
499 float *kern; local
[all...]
H A Dmlib_ImageConv_16nw.c174 k0 = scalef * kern[0]; k1 = scalef * kern[1]; k2 = scalef * kern[2]; \
175 k3 = scalef * kern[3]; k4 = scalef * kern[4]; k5 = scalef * kern[5]; \
176 k6 = scalef * kern[6]; k7 = scalef * kern[7]; k8 = scalef * kern[8]
189 for (j = 0; j < SIZE; j++) k[j] = scalef * kern[
253 const mlib_s32 *kern, variable
463 const mlib_s32 *kern, variable
576 const mlib_s32 *kern, variable
769 const mlib_s32 *kern, variable
1006 const mlib_s32 *kern, variable
1232 const mlib_s32 *kern, variable
[all...]
H A Dmlib_ImageConv_8nw.c175 k0 = scalef * kern[0]; k1 = scalef * kern[1]; k2 = scalef * kern[2]; \
176 k3 = scalef * kern[3]; k4 = scalef * kern[4]; k5 = scalef * kern[5]; \
177 k6 = scalef * kern[6]; k7 = scalef * kern[7]; k8 = scalef * kern[8]
190 for (j = 0; j < SIZE; j++) k[j] = scalef * kern[
254 const mlib_s32 *kern, variable
464 const mlib_s32 *kern, variable
577 const mlib_s32 *kern, variable
770 const mlib_s32 *kern, variable
1007 const mlib_s32 *kern, variable
1233 const mlib_s32 *kern, variable
[all...]
H A Dmlib_ImageConv_u16nw.c174 k0 = scalef * kern[0]; k1 = scalef * kern[1]; k2 = scalef * kern[2]; \
175 k3 = scalef * kern[3]; k4 = scalef * kern[4]; k5 = scalef * kern[5]; \
176 k6 = scalef * kern[6]; k7 = scalef * kern[7]; k8 = scalef * kern[8]
189 for (j = 0; j < SIZE; j++) k[j] = scalef * kern[
253 const mlib_s32 *kern, variable
463 const mlib_s32 *kern, variable
576 const mlib_s32 *kern, variable
769 const mlib_s32 *kern, variable
1006 const mlib_s32 *kern, variable
1232 const mlib_s32 *kern, variable
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageConvIndex3_8_16nw.c63 mlib_s32 *kern, \
72 mlib_s32 *kern, \
101 mlib_f32 *karr = (mlib_f32 *)kern; \
828 mlib_s32 *kern,
840 mlib_s32 *kern,
822 mlib_convMxN_Index3_8_16nw(mlib_image *dst, mlib_image *src, mlib_s32 m, mlib_s32 n, mlib_s32 dm, mlib_s32 dn, mlib_s32 *kern, mlib_s32 scale, void *colormap) argument
H A Dmlib_v_ImageConvIndex3_8_8nw.c63 mlib_s32 *kern, \
72 mlib_s32 *kern, \
101 mlib_f32 *karr = (mlib_f32 *)kern; \
828 mlib_s32 *kern,
840 mlib_s32 *kern,
822 mlib_convMxN_Index3_8_8nw(mlib_image *dst, mlib_image *src, mlib_s32 m, mlib_s32 n, mlib_s32 dm, mlib_s32 dn, mlib_s32 *kern, mlib_s32 scale, void *colormap) argument
H A Dmlib_v_ImageConvMxN_8.c78 const mlib_s32 *kern,
131 const mlib_s32 *kern,
150 mlib_f32 *karr = (mlib_f32 *) kern;
125 mlib_convMxN_8nw_mask(mlib_image *dst, const mlib_image *src, mlib_s32 m, mlib_s32 n, mlib_s32 dm, mlib_s32 dn, const mlib_s32 *kern, mlib_s32 scale, mlib_s32 cmask) argument
H A Dmlib_v_ImageConvMxN_8ext.c82 const mlib_s32 *kern,
93 const mlib_s32 *kern,
151 const mlib_s32 *kern,
169 mlib_f32 *karr = (mlib_f32 *) kern;
836 const mlib_s32 *kern,
855 mlib_f32 *karr = (mlib_f32 *) kern;
143 mlib_convMxN_8ext_f(mlib_image *dst, const mlib_image *src, mlib_s32 m, mlib_s32 n, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, const mlib_s32 *kern, mlib_s32 scale) argument
828 mlib_convMxN_8ext_mask(mlib_image *dst, const mlib_image *src, mlib_s32 m, mlib_s32 n, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, const mlib_s32 *kern, mlib_s32 scale, mlib_s32 cmask) argument
H A Dmlib_v_ImageConv_8nw.c62 const mlib_s32 *kern, \
71 const mlib_s32 *kern, \
100 mlib_f32 *karr = (mlib_f32 *)kern; \
853 const mlib_s32 *kern,
864 const mlib_s32 *kern,
847 mlib_convMxN_Index3_8_8nw(mlib_image *dst, const mlib_image *src, mlib_s32 m, mlib_s32 n, mlib_s32 dm, mlib_s32 dn, const mlib_s32 *kern, mlib_s32 scale, const void *colormap) argument

Completed in 200 milliseconds