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

/external/chromium_org/third_party/libjpeg_turbo/
H A Djquant1.c195 int total_colors, iroot, i, j; local
205 iroot = 1;
207 iroot++;
208 temp = iroot; /* set temp = iroot ** nc */
210 temp *= iroot;
211 } while (temp <= (long) max_colors); /* repeat till iroot exceeds root */
212 iroot--; /* now iroot = floor(root) */
215 if (iroot <
[all...]
/external/jpeg/
H A Djquant1.c193 int total_colors, iroot, i, j; local
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 <
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djquant1.c193 int total_colors, iroot, i, j; local
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 <
[all...]

Completed in 736 milliseconds