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

  /external/libjpeg-turbo/
jquant1.c 193 int max_colors = cinfo->desired_number_of_colors; local
202 /* We can allocate at least the nc'th root of max_colors per component. */
203 /* Compute floor(nc'th root of max_colors). */
210 } while (temp <= (long)max_colors); /* repeat till iroot exceeds root */
224 * exceeding max_colors, though we know not all can be incremented.
236 if (temp > (long)max_colors)
  /external/flac/include/FLAC/
metadata.h 225 * \param max_colors The maximum number of colors desired. Use
237 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);
    [all...]
  /external/ImageMagick/MagickCore/
histogram.c 653 ExceptionInfo *exception,size_t max_colors)
686 return((image->colors <= max_colors) ? MagickTrue : MagickFalse);
768 if (cube_info->colors > max_colors)
    [all...]
  /external/flac/libFLAC/
metadata_iterators.c 268 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)
298 obj->data.picture.colors <= max_colors &&
    [all...]

Completed in 398 milliseconds