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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djquant1.c77 #define ODITHER_CELLS (ODITHER_SIZE*ODITHER_SIZE) /* # cells in matrix */ macro
86 * The values in this array must range from 0 to ODITHER_CELLS-1.
414 den = 2 * ODITHER_CELLS * ((INT32) (ncolors - 1));
417 num = ((INT32) (ODITHER_CELLS-1 - 2*((int)base_dither_matrix[j][k])))

Completed in 35 milliseconds