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

/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageConvIndex3_8_16nw.c81 #define NCHAN 3 macro
85 #define NCHAN nchan macro
116 LTYPE *ltbl3 = (NCHAN > 3) ? lut_table[3] - offset : ltbl2
127 #if NCHAN == 3
234 ssize = NCHAN*wid;
247 xsize = ssize - NCHAN*(KSIZE - 1);
284 vis_write_gsr(gsr_scale + NCHAN);
452 dl = adr_dst + ((KSIZE - 1)/2)*(dll + NCHAN);
455 ssize = NCHAN*wid;
468 xsize = ssize - NCHAN*(KSIZ
[all...]
H A Dmlib_v_ImageConvIndex3_8_8nw.c81 #define NCHAN 3 macro
85 #define NCHAN nchan macro
116 LTYPE *ltbl3 = (NCHAN > 3) ? lut_table[3] - offset : ltbl2
127 #if NCHAN == 3
234 ssize = NCHAN*wid;
247 xsize = ssize - NCHAN*(KSIZE - 1);
284 vis_write_gsr(gsr_scale + NCHAN);
452 dl = adr_dst + ((KSIZE - 1)/2)*(dll + NCHAN);
455 ssize = NCHAN*wid;
468 xsize = ssize - NCHAN*(KSIZ
[all...]
H A Dmlib_v_ImageConv_8nw.c81 #define NCHAN 3 macro
85 #define NCHAN nchan macro
114 LTYPE *ltbl3 = (NCHAN > 3) ? lut_table[3] - offset : ltbl2
124 #if NCHAN == 3
202 #endif /* NCHAN == 3 */
227 ssize = NCHAN * wid;
244 xsize = ssize - NCHAN * (KSIZE - 1);
290 vis_write_gsr(gsr_scale + NCHAN);
460 dl = adr_dst + ((KSIZE - 1) / 2) * (dll + NCHAN);
463 ssize = NCHAN * wi
[all...]

Completed in 36 milliseconds