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

/external/chromium_org/third_party/libjpeg_turbo/
H A Djquant1.c194 int max_colors = cinfo->desired_number_of_colors; local
203 /* We can allocate at least the nc'th root of max_colors per component. */
204 /* Compute floor(nc'th root of max_colors). */
211 } while (temp <= (long) max_colors); /* repeat till iroot exceeds root */
225 * exceeding max_colors, though we know not all can be incremented.
237 if (temp > (long) max_colors)
/external/jpeg/
H A Djquant1.c192 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/
H A Djquant1.c192 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/flac/include/FLAC/
H A Dmetadata.h224 * \param max_colors The maximum number of colors desired. Use
236 FLAC_API FLAC__bool FLAC__metadata_get_picture(const char *filename, FLAC__StreamMetadata **picture, FLAC__StreamMetadata_Picture_Type type, const char *mime_type, const FLAC__byte *description, unsigned max_width, unsigned max_height, unsigned max_depth, unsigned max_colors);
/external/flac/libFLAC/
H A Dmetadata_iterators.c285 FLAC_API FLAC__bool FLAC__metadata_get_picture(const char *filename, FLAC__StreamMetadata **picture, FLAC__StreamMetadata_Picture_Type type, const char *mime_type, const FLAC__byte *description, unsigned max_width, unsigned max_height, unsigned max_depth, unsigned max_colors) argument
315 obj->data.picture.colors <= max_colors &&

Completed in 372 milliseconds