Searched refs:colormap_nearest_recursive (Results 1 – 1 of 1) sorted by relevance
241 static av_always_inline uint8_t colormap_nearest_recursive(const struct color_node *node, const uin… in colormap_nearest_recursive() function327 …search == COLOR_SEARCH_NNS_RECURSIVE ? colormap_nearest_recursive(root, target, trans_thresh) : …