| FFmpeg
    | 
#include <vf_eq.h>
| Data Fields | |
| void(* | adjust )(struct EQParameters *eq, uint8_t *dst, int dst_stride, const uint8_t *src, int src_stride, int w, int h) | 
| uint8_t | lut [256] | 
| double | brightness | 
| double | contrast | 
| double | gamma | 
| double | gamma_weight | 
| int | lut_clean | 
| void(* EQParameters::adjust) (struct EQParameters *eq, uint8_t *dst, int dst_stride, const uint8_t *src, int src_stride, int w, int h) | 
Definition at line 48 of file vf_eq.h.
Referenced by check_values().
| uint8_t EQParameters::lut[256] | 
Definition at line 51 of file vf_eq.h.
Referenced by apply_lut(), and create_lut().
| double EQParameters::brightness | 
Definition at line 53 of file vf_eq.h.
Referenced by check_eq(), check_values(), create_lut(), and process_c().
| double EQParameters::contrast | 
Definition at line 53 of file vf_eq.h.
Referenced by check_eq(), check_values(), create_lut(), and process_c().
| double EQParameters::gamma | 
Definition at line 53 of file vf_eq.h.
Referenced by check_values(), and create_lut().
| double EQParameters::gamma_weight | 
Definition at line 53 of file vf_eq.h.
Referenced by create_lut().
| int EQParameters::lut_clean | 
Definition at line 54 of file vf_eq.h.
Referenced by apply_lut(), and create_lut().
 1.8.17
 1.8.17