FFmpeg
|
Data Fields | |
const AVClass * | class |
int | max_colors |
int | reserve_transparent |
int | stats_mode |
AVFrame * | prev_frame |
struct hist_node | histogram [HIST_SIZE] |
struct color_ref ** | refs |
int | nb_refs |
struct range_box | boxes [256] |
int | nb_boxes |
int | palette_pushed |
Definition at line 62 of file vf_palettegen.c.
const AVClass* PaletteGenContext::class |
Definition at line 63 of file vf_palettegen.c.
int PaletteGenContext::max_colors |
Definition at line 65 of file vf_palettegen.c.
Referenced by get_next_box_id_to_split().
int PaletteGenContext::reserve_transparent |
Definition at line 66 of file vf_palettegen.c.
Referenced by get_next_box_id_to_split(), get_palette_frame(), and write_palette().
int PaletteGenContext::stats_mode |
Definition at line 67 of file vf_palettegen.c.
Referenced by filter_frame().
AVFrame* PaletteGenContext::prev_frame |
Definition at line 69 of file vf_palettegen.c.
Referenced by filter_frame(), and uninit().
Definition at line 70 of file vf_palettegen.c.
Referenced by filter_frame(), get_palette_frame(), and uninit().
struct color_ref** PaletteGenContext::refs |
Definition at line 71 of file vf_palettegen.c.
Referenced by get_next_box_id_to_split(), get_palette_frame(), split_box(), and uninit().
int PaletteGenContext::nb_refs |
Definition at line 72 of file vf_palettegen.c.
Referenced by filter_frame(), get_palette_frame(), and request_frame().
struct range_box PaletteGenContext::boxes[256] |
Definition at line 73 of file vf_palettegen.c.
Referenced by get_next_box_id_to_split(), get_palette_frame(), split_box(), and write_palette().
int PaletteGenContext::nb_boxes |
Definition at line 74 of file vf_palettegen.c.
Referenced by get_next_box_id_to_split(), get_palette_frame(), split_box(), and write_palette().
int PaletteGenContext::palette_pushed |
Definition at line 75 of file vf_palettegen.c.
Referenced by request_frame().