HomeSort by relevance Sort by last modified time
    Searched defs:max_colors (Results 1 - 5 of 5) sorted by null

  /external/jpeg/
jquant1.c 192 int max_colors = cinfo->desired_number_of_colors; local
198 /* We can allocate at least the nc'th root of max_colors per component. */
199 /* Compute floor(nc'th root of max_colors). */
206 } while (temp <= (long) max_colors); /* repeat till iroot exceeds root */
220 * exceeding max_colors, though we know not all can be incremented.
232 if (temp > (long) max_colors)
  /external/qemu/distrib/jpeg-6b/
jquant1.c 192 int max_colors = cinfo->desired_number_of_colors; local
198 /* We can allocate at least the nc'th root of max_colors per component. */
199 /* Compute floor(nc'th root of max_colors). */
206 } while (temp <= (long) max_colors); /* repeat till iroot exceeds root */
220 * exceeding max_colors, though we know not all can be incremented.
232 if (temp > (long) max_colors)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
term.h 202 #define max_colors CUR Numbers[13] macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
term.h 202 #define max_colors CUR Numbers[13] macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
term.h 202 #define max_colors CUR Numbers[13] macro
    [all...]

Completed in 370 milliseconds