Home
last modified time | relevance | path

Searched refs:color_ref (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_palettegen.c35 struct color_ref { struct
50 struct color_ref *entries; argument
74 struct color_ref **refs; // references of all the colors used in the stream
116 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 …]
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dtttypes.h680 FT_ULong color_ref; member