FFmpeg
|
HisteqContext Struct Reference
Collaboration diagram for HisteqContext:
Data Fields | |
const AVClass * | class |
float | strength |
float | intensity |
enum HisteqAntibanding | antibanding |
char * | antibanding_str |
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... | |
Detailed Description
Definition at line 56 of file vf_histeq.c.
Field Documentation
enum HisteqAntibanding HisteqContext::antibanding |
Definition at line 60 of file vf_histeq.c.
Referenced by filter_frame(), and init().
char* HisteqContext::antibanding_str |
Definition at line 61 of file vf_histeq.c.
int HisteqContext::bpp |
bytes per pixel
Definition at line 66 of file vf_histeq.c.
Referenced by config_input(), and filter_frame().
const AVClass* HisteqContext::class |
Definition at line 57 of file vf_histeq.c.
int HisteqContext::in_histogram[256] |
float HisteqContext::intensity |
Definition at line 59 of file vf_histeq.c.
Referenced by filter_frame(), and init().
int HisteqContext::LUT[256] |
lookup table derived from histogram[]
Definition at line 64 of file vf_histeq.c.
Referenced by filter_frame().
int HisteqContext::out_histogram[256] |
uint8_t HisteqContext::rgba_map[4] |
components position
Definition at line 65 of file vf_histeq.c.
Referenced by config_input(), and filter_frame().
float HisteqContext::strength |
Definition at line 58 of file vf_histeq.c.
Referenced by filter_frame(), and init().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:11 for FFmpeg by 1.8.11