FFmpeg
|
Data Fields | |
const AVClass * | class |
AVLFG | lfg |
unsigned int | 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 | pal8 |
AVLFG ELBGContext::lfg |
Definition at line 38 of file vf_elbg.c.
Referenced by filter_frame(), and init().
int ELBGContext::max_steps_nb |
Definition at line 40 of file vf_elbg.c.
Referenced by filter_frame().
int* ELBGContext::codeword |
Definition at line 41 of file vf_elbg.c.
Referenced by config_input(), filter_frame(), and uninit().
int ELBGContext::codeword_length |
Definition at line 42 of file vf_elbg.c.
Referenced by config_input(), and filter_frame().
int* ELBGContext::codeword_closest_codebook_idxs |
Definition at line 43 of file vf_elbg.c.
Referenced by config_input(), filter_frame(), and uninit().
int* ELBGContext::codebook |
Definition at line 44 of file vf_elbg.c.
Referenced by config_input(), filter_frame(), and uninit().
int ELBGContext::codebook_length |
Definition at line 45 of file vf_elbg.c.
Referenced by config_input(), filter_frame(), and init().
const AVPixFmtDescriptor* ELBGContext::pix_desc |
Definition at line 46 of file vf_elbg.c.
Referenced by config_input(), and filter_frame().
uint8_t ELBGContext::rgba_map[4] |
Definition at line 47 of file vf_elbg.c.
Referenced by config_input(), and filter_frame().
int ELBGContext::pal8 |
Definition at line 48 of file vf_elbg.c.
Referenced by filter_frame(), init(), and query_formats().