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

/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_ByteIndexed.c110 const mlib_u8 *p_tbl = vis_sat_sh3_tbl + 128; \
136 r = p_tbl[r + DstWritererr[DstWriteXDither]]; \
137 g = p_tbl[g + DstWritegerr[DstWriteXDither]]; \
138 b = p_tbl[b + DstWriteberr[DstWriteXDither]]; \
158 const mlib_u8 *p_tbl = vis_sat_sh3_tbl + 128; \
188 r = p_tbl[r + DstWritererr[DstWriteXDither]]; \
189 g = p_tbl[g + DstWritegerr[DstWriteXDither]]; \
190 b = p_tbl[b + DstWriteberr[DstWriteXDither]]; \
219 const mlib_u8 *p_tbl = vis_sat_sh3_tbl + 128; \
249 r = p_tbl[
429 const mlib_u8 *p_tbl = vis_sat_sh3_tbl + 128; local
[all...]
H A Dvis_Interp.c137 mlib_s16 *p_tbl = (void*)vis_bicubic_coeff; local
150 p_tbl[4*i + 1] = p_tbl[4*(256 - i) + 2] = (mlib_s16)y;
162 p_tbl[4*i] = p_tbl[4*(256 - i) + 3] = (mlib_s16)y;

Completed in 37 milliseconds