Searched refs:nb_used (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_paletteuse.c | 676 int *nb_used, in colormap_insert() argument 692 cur_id = (*nb_used)++; in colormap_insert() 709 node_left_id = colormap_insert(map, color_used, nb_used, palette, trans_thresh, &box1); in colormap_insert() 712 node_right_id = colormap_insert(map, color_used, nb_used, palette, trans_thresh, &box2); in colormap_insert() 729 int i, nb_used = 0; in load_colormap() local 762 colormap_insert(s->map, color_used, &nb_used, s->palette, s->trans_thresh, &box); in load_colormap()
|