Home
last modified time | relevance | path

Searched refs:nearest_other_color_dist (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dnearest.c27 float nearest_other_color_dist[256]; member
153 centroids->nearest_other_color_dist[i] = dist / 4.f; // half of squared distance in nearest_init()
215 if (guess_diff < centroids->nearest_other_color_dist[likely_colormap_index]) { in nearest_search()