FFmpeg
|
Data Fields | |
const AVClass * | class |
struct ELBGContext * | ctx |
AVLFG | lfg |
int64_t | lfg_seed |
int | max_steps_nb |
int * | codeword |
int | codeword_length |
int * | codeword_closest_codebook_idxs |
int * | codebook |
int | codebook_length |
const AVPixFmtDescriptor * | pix_desc |
uint8_t | rgba_map [4] |
int | use_alpha |
int | pal8 |
struct ELBGContext* ELBGFilterContext::ctx |
Definition at line 40 of file vf_elbg.c.
Referenced by filter_frame(), and uninit().
AVLFG ELBGFilterContext::lfg |
Definition at line 41 of file vf_elbg.c.
Referenced by filter_frame(), and init().
int ELBGFilterContext::max_steps_nb |
Definition at line 43 of file vf_elbg.c.
Referenced by filter_frame().
int* ELBGFilterContext::codeword |
Definition at line 44 of file vf_elbg.c.
Referenced by config_input(), filter_frame(), and uninit().
int ELBGFilterContext::codeword_length |
Definition at line 45 of file vf_elbg.c.
Referenced by config_input(), and filter_frame().
int* ELBGFilterContext::codeword_closest_codebook_idxs |
Definition at line 46 of file vf_elbg.c.
Referenced by config_input(), filter_frame(), and uninit().
int* ELBGFilterContext::codebook |
Definition at line 47 of file vf_elbg.c.
Referenced by config_input(), filter_frame(), and uninit().
int ELBGFilterContext::codebook_length |
Definition at line 48 of file vf_elbg.c.
Referenced by config_input(), filter_frame(), and init().
const AVPixFmtDescriptor* ELBGFilterContext::pix_desc |
Definition at line 49 of file vf_elbg.c.
Referenced by config_input(), and filter_frame().
uint8_t ELBGFilterContext::rgba_map[4] |
Definition at line 50 of file vf_elbg.c.
Referenced by config_input(), and filter_frame().
int ELBGFilterContext::use_alpha |
Definition at line 51 of file vf_elbg.c.
Referenced by filter_frame().
int ELBGFilterContext::pal8 |
Definition at line 52 of file vf_elbg.c.
Referenced by filter_frame(), init(), and query_formats().