FFmpeg
|
Data Fields | |
const AVClass * | class |
float | strength |
float | intensity |
int | antibanding |
HisteqAntibanding. More... | |
int | in_histogram [256] |
input histogram More... | |
int | out_histogram [256] |
output histogram More... | |
int | LUT [256] |
lookup table derived from histogram[] More... | |
uint8_t | rgba_map [4] |
components position More... | |
int | bpp |
bytes per pixel More... | |
Definition at line 57 of file vf_histeq.c.
const AVClass* HisteqContext::class |
Definition at line 58 of file vf_histeq.c.
float HisteqContext::strength |
Definition at line 59 of file vf_histeq.c.
Referenced by filter_frame(), and init().
float HisteqContext::intensity |
Definition at line 60 of file vf_histeq.c.
Referenced by filter_frame(), and init().
int HisteqContext::antibanding |
HisteqAntibanding.
Definition at line 61 of file vf_histeq.c.
Referenced by filter_frame(), and init().
int HisteqContext::in_histogram[256] |
int HisteqContext::out_histogram[256] |
int HisteqContext::LUT[256] |
lookup table derived from histogram[]
Definition at line 64 of file vf_histeq.c.
Referenced by filter_frame().
uint8_t HisteqContext::rgba_map[4] |
components position
Definition at line 65 of file vf_histeq.c.
Referenced by config_input(), and filter_frame().
int HisteqContext::bpp |
bytes per pixel
Definition at line 66 of file vf_histeq.c.
Referenced by config_input(), and filter_frame().