color_ref          50 libavfilter/vf_palettegen.c     struct color_ref *entries;
color_ref          73 libavfilter/vf_palettegen.c     struct color_ref **refs;                // references of all the colors used in the stream
color_ref         114 libavfilter/vf_palettegen.c     const struct color_ref * const *a = pa;             \
color_ref         115 libavfilter/vf_palettegen.c     const struct color_ref * const *b = pb;             \
color_ref         166 libavfilter/vf_palettegen.c                     const struct color_ref *ref = s->refs[box->start + i];
color_ref         186 libavfilter/vf_palettegen.c static uint32_t get_avg_color(struct color_ref * const *refs,
color_ref         194 libavfilter/vf_palettegen.c         const struct color_ref *ref = refs[box->start + i];
color_ref         265 libavfilter/vf_palettegen.c static struct color_ref **load_color_refs(const struct hist_node *hist, int nb_refs)
color_ref         268 libavfilter/vf_palettegen.c     struct color_ref **refs = av_malloc_array(nb_refs, sizeof(*refs));
color_ref         335 libavfilter/vf_palettegen.c             const struct color_ref *ref = s->refs[i];
color_ref         360 libavfilter/vf_palettegen.c             AV_QSORT(&s->refs[box->start], box->len, const struct color_ref *, cmpf);
color_ref         413 libavfilter/vf_palettegen.c     struct color_ref *e;