Searched refs:color_ref (Results 1 – 2 of 2) sorted by relevance
35 struct color_ref { struct50 struct color_ref *entries; argument74 struct color_ref **refs; // references of all the colors used in the stream116 const struct color_ref * const *a = pa; \117 const struct color_ref * const *b = pb; \180 const struct color_ref *ref = s->refs[box->start + i]; in get_next_box_id_to_split()203 static uint32_t get_avg_color(struct color_ref * const *refs, in get_avg_color()211 const struct color_ref *ref = refs[box->start + i]; in get_avg_color()289 static struct color_ref **load_color_refs(const struct hist_node *hist, int nb_refs) in load_color_refs()292 struct color_ref **refs = av_malloc_array(nb_refs, sizeof(*refs)); in load_color_refs()[all …]
680 FT_ULong color_ref; member