color_get         358 libavfilter/vf_paletteuse.c     const int dstx = color_get(cache, c, r, g, b, map, palette, search_method);
color_get         396 libavfilter/vf_paletteuse.c                 const int color = color_get(cache, c, r, g, b, map, palette, search_method);
color_get         463 libavfilter/vf_paletteuse.c                 const int color = color_get(cache, src[x] & 0xffffff, r, g, b, map, palette, search_method);