Searched refs:nearest_map (Results 1 – 4 of 4) sorted by relevance
5 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);
24 struct nearest_map struct127 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()
84 struct nearest_map *const n = nearest_init (map, fast_palette); in viter_do_iteration()
1176 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()