FFmpeg
|
Data Fields | |
uint8_t | val [3] |
uint8_t | palette_id |
int | split |
int | left_id |
int | right_id |
Definition at line 55 of file vf_paletteuse.c.
uint8_t color_node::val[3] |
Definition at line 56 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 57 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 58 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 59 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 59 of file vf_paletteuse.c.
Referenced by colormap_insert(), colormap_nearest_iterative(), colormap_nearest_node(), and disp_node().