Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dnearest.h5 struct nearest_map;
6 LIQ_PRIVATE struct nearest_map *nearest_init(const colormap *palette, const bool fast);
7 LIQ_PRIVATE unsigned int nearest_search(const struct nearest_map *map, const f_pixel px, const int …
8 LIQ_PRIVATE void nearest_free(struct nearest_map *map);
Dnearest.c24 struct nearest_map struct
127 LIQ_PRIVATE struct nearest_map *
141 struct nearest_map *centroids = mempool_create (&m, in nearest_init()
202 nearest_search (const struct nearest_map *centroids, const f_pixel px, in nearest_search()
258 nearest_free (struct nearest_map *centroids) in nearest_free()
Dviter.c84 struct nearest_map *const n = nearest_init (map, fast_palette); in viter_do_iteration()
Dlibimagequant.c1176 struct nearest_map *const n = nearest_init (map, fast); in remap_to_palette()
1277 struct nearest_map *const n = nearest_init (map, false); in remap_to_palette_floyd()