Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching refs:histogram

124  * allowed, and a histogram if possible.  If the current number
142 int num_palette, int maximum_colors, png_uint_16p histogram,
161 if (histogram != NULL)
190 if (histogram[png_ptr->dither_sort[j]]
191 < histogram[png_ptr->dither_sort[j + 1]])