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

/openjdk9/jdk/src/java.desktop/share/native/libjavajpeg/
H A Djquant1.c32 * image. We use a map consisting of all combinations of Ncolors[i] color
33 * values for the i'th component. The Ncolors[] values are chosen so that
160 int Ncolors[MAX_Q_COMPS]; /* # of values alloced to each component */ member in struct:__anon993
190 select_ncolors (j_decompress_ptr cinfo, int Ncolors[]) argument
192 /* and fill in Ncolors[] array to indicate choice. */
193 /* Return value is total number of colors (product of Ncolors[] values). */
220 Ncolors[i] = iroot;
233 /* calculate new total_colors if Ncolors[j] is incremented */
234 temp = total_colors / Ncolors[j];
235 temp *= Ncolors[
[all...]

Completed in 36 milliseconds