FFmpeg
|
Data Fields | |
const AVClass * | class |
int | color_system |
unsigned | gamuts |
int | size |
int | show_white |
int | correct_gamma |
int | cie |
float | intensity |
float | contrast |
int | background |
double | log2lin [65536] |
double | igamma |
double | i [3][3] |
double | m [3][3] |
AVFrame * | f |
void(* | filter )(AVFilterContext *ctx, AVFrame *in, double *cx, double *cy, int x, int y) |
Definition at line 52 of file vf_ciescope.c.
const AVClass* CiescopeContext::class |
Definition at line 53 of file vf_ciescope.c.
int CiescopeContext::color_system |
Definition at line 54 of file vf_ciescope.c.
unsigned CiescopeContext::gamuts |
Definition at line 55 of file vf_ciescope.c.
int CiescopeContext::size |
Definition at line 56 of file vf_ciescope.c.
int CiescopeContext::show_white |
Definition at line 57 of file vf_ciescope.c.
int CiescopeContext::correct_gamma |
Definition at line 58 of file vf_ciescope.c.
int CiescopeContext::cie |
Definition at line 59 of file vf_ciescope.c.
float CiescopeContext::intensity |
Definition at line 60 of file vf_ciescope.c.
float CiescopeContext::contrast |
Definition at line 61 of file vf_ciescope.c.
int CiescopeContext::background |
Definition at line 62 of file vf_ciescope.c.
double CiescopeContext::log2lin[65536] |
Definition at line 64 of file vf_ciescope.c.
double CiescopeContext::igamma |
Definition at line 65 of file vf_ciescope.c.
double CiescopeContext::i[3][3] |
Definition at line 66 of file vf_ciescope.c.
double CiescopeContext::m[3][3] |
Definition at line 67 of file vf_ciescope.c.
AVFrame* CiescopeContext::f |
Definition at line 68 of file vf_ciescope.c.
void(* CiescopeContext::filter) (AVFilterContext *ctx, AVFrame *in, double *cx, double *cy, int x, int y) |
Definition at line 69 of file vf_ciescope.c.