Searched defs:histogram_image (Results 1 - 3 of 3) sorted by relevance
/external/ImageMagick/coders/ |
H A D | histogram.c | 189 *histogram_image; 238 histogram_image=CloneImage(image,geometry.width,geometry.height,MagickTrue, 240 if (histogram_image == (Image *) NULL) 242 (void) SetImageStorageClass(histogram_image,DirectClass,exception); 247 histogram_image->columns); 251 histogram_image=DestroyImage(histogram_image); 275 for (x=0; x < (ssize_t) histogram_image->columns; x++) 289 scale=(double) histogram_image->rows/maximum; 294 &histogram_image 184 *histogram_image; local [all...] |
/external/webp/src/enc/ |
H A D | vp8l_enc.c | 388 const VP8LHistogramSet* const histogram_image, 394 const int histogram_image_size = histogram_image->size; 401 const VP8LHistogram* const histo = histogram_image->histograms[i]; 442 VP8LHistogram* const histo = histogram_image->histograms[i]; 719 VP8LHistogramSet* histogram_image = NULL; local 739 histogram_image = VP8LAllocateHistogramSet(1, cache_bits); 740 if (histogram_image == NULL) { 746 VP8LHistogramStoreRefs(refs, histogram_image->histograms[0]); 749 assert(histogram_image->size == 1); 750 if (!GetHuffBitLengthsAndCodes(histogram_image, huffman_code 387 GetHuffBitLengthsAndCodes( const VP8LHistogramSet* const histogram_image, HuffmanTreeCode* const huffman_codes) argument 806 VP8LHistogramSet* histogram_image = NULL; local [all...] |
/external/ImageMagick/MagickCore/ |
H A D | display.c | 9145 *histogram_image; 9162 histogram_image=ReadImage(image_info,exception); 9164 if (histogram_image == (Image *) NULL) 9166 (void) FormatLocaleString(histogram_image->filename,MagickPathExtent, 9168 status=WriteImage(image_info,histogram_image,exception); 9169 histogram_image=DestroyImage(histogram_image); 9123 *histogram_image; local
|
Completed in 213 milliseconds