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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djquant1.c196 int max_colors = cinfo->desired_number_of_colors; local
202 /* We can allocate at least the nc'th root of max_colors per component. */
203 /* Compute floor(nc'th root of max_colors). */
210 } while (temp <= (long) max_colors); /* repeat till iroot exceeds root */
224 * exceeding max_colors, though we know not all can be incremented.
236 if (temp > (long) max_colors)

Completed in 91 milliseconds