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

/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageConvMxN_8.c153 mlib_s32 i, j, l, chan, testchan; local
205 testchan = 1;
211 if ((cmask & testchan) == 0) {
212 testchan <<= 1;
220 (*p_proc_load) ((mlib_u8 *) sp, (mlib_u8 *) buffn, ssize, testchan);
241 (*p_proc_load) ((mlib_u8 *) sp, (mlib_u8 *) buffn, ssize, testchan);
778 (*p_proc_store) ((mlib_u8 *) buffe, (mlib_u8 *) dl, xsize, testchan);
789 testchan <<= 1;
H A Dmlib_v_ImageConvMxN_8ext.c858 mlib_s32 i, j, l, chan, testchan; local
908 testchan = 1;
914 if ((cmask & testchan) == 0) {
915 testchan <<= 1;
922 (*p_proc_load) ((mlib_u8 *) sl, (mlib_u8 *) buffn + dx_l, ssize, testchan);
954 (*p_proc_load) ((mlib_u8 *) sl, (mlib_u8 *) buffn + dx_l, ssize, testchan);
1508 (*p_proc_store) ((mlib_u8 *) buffe, (mlib_u8 *) dl, xsize, testchan);
1520 testchan <<= 1;

Completed in 45 milliseconds