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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djquant1.c197 int total_colors, iroot, i, j; local
204 iroot = 1;
206 iroot++;
207 temp = iroot; /* set temp = iroot ** nc */
209 temp *= iroot;
210 } while (temp <= (long) max_colors); /* repeat till iroot exceeds root */
211 iroot--; /* now iroot = floor(root) */
214 if (iroot <
[all...]

Completed in 23 milliseconds