Home | History | Annotate | Download | only in jpeg

Lines Matching refs:iroot

193   int total_colors, iroot, i, j;
200 iroot = 1;
202 iroot++;
203 temp = iroot; /* set temp = iroot ** nc */
205 temp *= iroot;
206 } while (temp <= (long) max_colors); /* repeat till iroot exceeds root */
207 iroot--; /* now iroot = floor(root) */
210 if (iroot < 2)
213 /* Initialize to iroot color values for each component */
216 Ncolors[i] = iroot;
217 total_colors *= iroot;