Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_paletteuse.c241 static av_always_inline uint8_t colormap_nearest_recursive(const struct color_node *node, const uin… in colormap_nearest_recursive() function
327 …search == COLOR_SEARCH_NNS_RECURSIVE ? colormap_nearest_recursive(root, target, trans_thresh) : …