FFmpeg
|
Data Fields | |
uint32_t | color |
struct Lab | avg |
int | major_axis |
int64_t | weight |
int64_t | cut_score |
int | start |
int | len |
int | sorted_by |
Definition at line 45 of file vf_palettegen.c.
uint32_t range_box::color |
Definition at line 46 of file vf_palettegen.c.
Referenced by cmp_color().
struct Lab range_box::avg |
Definition at line 47 of file vf_palettegen.c.
Referenced by compute_box_stats().
int range_box::major_axis |
Definition at line 48 of file vf_palettegen.c.
Referenced by compute_box_stats(), and get_palette_frame().
int64_t range_box::weight |
Definition at line 49 of file vf_palettegen.c.
Referenced by compute_box_stats(), and get_palette_frame().
int64_t range_box::cut_score |
Definition at line 50 of file vf_palettegen.c.
Referenced by compute_box_stats(), and get_next_box_id_to_split().
int range_box::start |
Definition at line 51 of file vf_palettegen.c.
Referenced by compute_box_stats(), get_palette_frame(), and split_box().
int range_box::len |
Definition at line 52 of file vf_palettegen.c.
Referenced by compute_box_stats(), get_palette_frame(), and split_box().
int range_box::sorted_by |
Definition at line 53 of file vf_palettegen.c.
Referenced by get_palette_frame(), and split_box().