Searched refs:color_get (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_paletteuse.c | 336 static av_always_inline int color_get(PaletteUseContext *s, uint32_t color, in color_get() function 379 const int dstx = color_get(s, c, a, r, g, b, search_method); in get_dst_color_err() 416 const int color = color_get(s, src[x], a8, r, g, b, search_method); in set_frame() 484 const int color = color_get(s, src[x], a, r, g, b, search_method); in set_frame()
|