|
FFmpeg
|
Generate one palette for a whole video stream. More...
#include "libavutil/avassert.h"#include "libavutil/internal.h"#include "libavutil/opt.h"#include "libavutil/qsort.h"#include "libavutil/intreadwrite.h"#include "avfilter.h"#include "internal.h"Classes | |
| struct | color_ref |
| struct | range_box |
| struct | hist_node |
| struct | PaletteGenContext |
Macros | |
| #define | NBITS 5 |
| #define | HIST_SIZE (1<<(3*NBITS)) |
| #define | OFFSET(x) offsetof(PaletteGenContext, x) |
| #define | FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
| #define | DECLARE_CMP_FUNC(name, pos) |
Typedefs | |
| typedef struct PaletteGenContext | PaletteGenContext |
| typedef int(* | cmp_func) (const void *, const void *) |
Enumerations | |
| enum | { STATS_MODE_ALL_FRAMES, STATS_MODE_DIFF_FRAMES, STATS_MODE_SINGLE_FRAMES, NB_STATS_MODE } |
Functions | |
| AVFILTER_DEFINE_CLASS (palettegen) | |
Variables | |
| AVFilter | ff_vf_palettegen |
Generate one palette for a whole video stream.
| #define DECLARE_CMP_FUNC | ( | name, | |
| pos | |||
| ) |
| AVFilter ff_vf_palettegen |
1.8.12