COLOR_SEARCH_NNS_ITERATIVE  126 libavfilter/vf_paletteuse.c     { "color_search", "set reverse colormap color search method", OFFSET(color_search_method), AV_OPT_TYPE_INT, {.i64=COLOR_SEARCH_NNS_ITERATIVE}, 0, NB_COLOR_SEARCHES-1, FLAGS, "search" },
COLOR_SEARCH_NNS_ITERATIVE  127 libavfilter/vf_paletteuse.c         { "nns_iterative", "iterative search",             0, AV_OPT_TYPE_CONST, {.i64=COLOR_SEARCH_NNS_ITERATIVE}, INT_MIN, INT_MAX, FLAGS, "search" },
COLOR_SEARCH_NNS_ITERATIVE  331 libavfilter/vf_paletteuse.c     search == COLOR_SEARCH_NNS_ITERATIVE ? colormap_nearest_iterative(root, target, trans_thresh) :      \
COLOR_SEARCH_NNS_ITERATIVE 1051 libavfilter/vf_paletteuse.c DEFINE_SET_FRAME_COLOR_SEARCH(nns_iterative, COLOR_SEARCH_NNS_ITERATIVE)