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