Home | History | Annotate | Download | only in libpng

Lines Matching refs:histogram

147  * allowed, and a histogram if possible.  If the current number
165 int num_palette, int maximum_colors, png_uint_16p histogram,
186 if (histogram != NULL)
217 if (histogram[png_ptr->dither_sort[j]]
218 < histogram[png_ptr->dither_sort[j + 1]])