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

/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A Dimg_globals.c47 make_uns_ordered_dither_array(uns_ordered_dither_array oda, argument
52 oda[0][0] = 0;
56 oda[ i ][ j ] = oda[i][j] * 4;
57 oda[i+k][j+k] = oda[i][j] + 1;
58 oda[ i ][j+k] = oda[i][j] + 2;
59 oda[i+k][ j ] = oda[
80 make_sgn_ordered_dither_array(char* oda, int minerr, int maxerr) argument
113 uns_ordered_dither_array oda; local
[all...]

Completed in 29 milliseconds