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

/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A Dimg_globals.c40 * differ by the value specified as quantum. A monochrome screen would
41 * use a dither array constructed with the quantum 256.
48 int quantum)
65 oda[i][j] = oda[i][j] * quantum / 64;
111 int quantum; local
116 quantum = atoi(argv[1]);
118 quantum = 64;
120 make_uns_ordered_dither_array(oda, quantum);
47 make_uns_ordered_dither_array(uns_ordered_dither_array oda, int quantum) argument
H A Dimg_globals.h143 * matrices based on a given quantum (i.e. the amplitude of the maximum
148 int quantum);

Completed in 735 milliseconds