color_ref          48 libavfilter/vf_palettegen.c     struct color_ref *entries;
color_ref          70 libavfilter/vf_palettegen.c     struct color_ref **refs;                // references of all the colors used in the stream
color_ref         111 libavfilter/vf_palettegen.c     const struct color_ref * const *a = pa;             \
color_ref         112 libavfilter/vf_palettegen.c     const struct color_ref * const *b = pb;             \
color_ref         163 libavfilter/vf_palettegen.c                     const struct color_ref *ref = s->refs[box->start + i];
color_ref         183 libavfilter/vf_palettegen.c static uint32_t get_avg_color(struct color_ref * const *refs,
color_ref         191 libavfilter/vf_palettegen.c         const struct color_ref *ref = refs[box->start + i];
color_ref         262 libavfilter/vf_palettegen.c static struct color_ref **load_color_refs(const struct hist_node *hist, int nb_refs)
color_ref         265 libavfilter/vf_palettegen.c     struct color_ref **refs = av_malloc_array(nb_refs, sizeof(*refs));
color_ref         332 libavfilter/vf_palettegen.c             const struct color_ref *ref = s->refs[i];
color_ref         357 libavfilter/vf_palettegen.c             AV_QSORT(&s->refs[box->start], box->len, const struct color_ref *, cmpf);
color_ref         410 libavfilter/vf_palettegen.c     struct color_ref *e;