FFmpeg
|
Data Fields | |
uint8_t | val [4] |
uint8_t | palette_id |
int | split |
int | left_id |
int | right_id |
Definition at line 58 of file vf_paletteuse.c.
uint8_t color_node::val[4] |
Definition at line 59 of file vf_paletteuse.c.
Referenced by colormap_insert(), colormap_nearest_iterative(), colormap_nearest_node(), and disp_node().
uint8_t color_node::palette_id |
Definition at line 60 of file vf_paletteuse.c.
Referenced by colormap_insert(), colormap_nearest_iterative(), colormap_nearest_recursive(), and disp_node().
int color_node::split |
Definition at line 61 of file vf_paletteuse.c.
Referenced by colormap_insert(), colormap_nearest_iterative(), colormap_nearest_node(), and disp_node().
int color_node::left_id |
Definition at line 62 of file vf_paletteuse.c.
Referenced by colormap_insert(), colormap_nearest_iterative(), colormap_nearest_node(), and disp_node().
int color_node::right_id |
Definition at line 62 of file vf_paletteuse.c.
Referenced by colormap_insert(), colormap_nearest_iterative(), colormap_nearest_node(), and disp_node().