HomeSort by relevance Sort by last modified time
    Searched refs:iroot (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libjpeg_turbo/
jquant1.c 195 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 < 2
    [all...]
  /external/jpeg/
jquant1.c 193 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 < 2
    [all...]
  /external/qemu/distrib/jpeg-6b/
jquant1.c 193 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 < 2
    [all...]

Completed in 503 milliseconds