Searched refs:histogram (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DObjectHistogram.java33 an object histogram from a remote or crashed VM. */
43 sun.jvm.hotspot.oops.ObjectHistogram histogram =
47 heap.iterate(histogram);
49 histogram.printOn(out);
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djquant2.c38 * In the first pass over the image, we accumulate a histogram showing the
39 * usage count of each possible color. To keep the histogram to a reasonable
42 * in the same histogram cell.
85 * you'll probably want to tweak the histogram sizes too.
106 * First we have the histogram data structure and routines for creating it.
113 * To maintain a fully accurate histogram, we'd need to allocate a "long"
117 * enough results. This reduces the recommended histogram size from 256Kb
119 * (In the second pass the histogram space is re-used for pixel mapping data;
123 * machines, we can't just allocate the histogram in one chunk. Instead
136 #define HIST_C0_BITS 5 /* bits of precision in R/B histogram */
205 hist3d histogram; /* pointer to the histogram */ member in struct:__anon736
234 register hist3d histogram = cquantize->histogram; local
322 hist3d histogram = cquantize->histogram; local
509 hist3d histogram = cquantize->histogram; local
865 hist3d histogram = cquantize->histogram; local
924 hist3d histogram = cquantize->histogram; local
958 hist3d histogram = cquantize->histogram; local
1174 hist3d histogram = cquantize->histogram; local
[all...]
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngrtran.c392 * allowed, and a histogram if possible. If the current number
410 int num_palette, int maximum_colors, png_const_uint_16p histogram,
432 if (histogram != NULL)
463 if (histogram[png_ptr->quantize_sort[j]]
464 < histogram[png_ptr->quantize_sort[j + 1]])
409 png_set_quantize(png_structp png_ptr, png_colorp palette, int num_palette, int maximum_colors, png_const_uint_16p histogram, int full_quantize) argument
H A Dpng.h1473 int num_palette, int maximum_colors, png_const_uint_16p histogram,

Completed in 45 milliseconds