Searched refs:hist_item (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/ |
D | mediancut.c | 24 static f_pixel averagepixels (unsigned int clrs, const hist_item achv[], 49 box_variance (const hist_item achv[], const struct box *box) in box_variance() 69 box_max_error (const hist_item achv[], const struct box *box) in box_max_error() 84 ALWAYS_INLINE static double color_weight (f_pixel median, hist_item h); 87 hist_item_swap (hist_item * l, hist_item * r) in hist_item_swap() 90 hist_item t = *l; in hist_item_swap() 96 ALWAYS_INLINE static unsigned int qsort_pivot (const hist_item * const base, 99 qsort_pivot (const hist_item * const base, const unsigned int len) in qsort_pivot() 114 ALWAYS_INLINE static unsigned int qsort_partition (hist_item * const base, 117 qsort_partition (hist_item * const base, const unsigned int len) in qsort_partition() [all …]
|
D | viter.h | 12 typedef void (*viter_callback)(hist_item *item, float diff);
|
D | pam.h | 240 } hist_item; typedef 243 hist_item *achv;
|
D | viter.c | 85 hist_item *const achv = hist->achv; in viter_do_iteration()
|
D | libimagequant.c | 1738 adjust_histogram_callback (hist_item * item, float diff) in adjust_histogram_callback()
|