FFmpeg
|
Data Fields | |
const AVClass * | class |
int | w |
int | h |
int | size |
int | nb_maps |
int | changed [2] |
float | source [MAX_SIZE][4] |
float | ttarget [MAX_SIZE][4] |
float | target [MAX_SIZE][4] |
float | icoeff [4][4] |
float | coeff [MAX_SIZE][4] |
int | target_type |
int | kernel_type |
float(* | kernel )(const float *x, const float *y) |
FFFrameSync | fs |
double | A [(MAX_SIZE+4) *(MAX_SIZE+4)] |
double | b [MAX_SIZE+4] |
int | pivot [MAX_SIZE+4] |
Definition at line 43 of file vf_colormap.c.
const AVClass* ColorMapContext::class |
Definition at line 44 of file vf_colormap.c.
int ColorMapContext::w |
Definition at line 45 of file vf_colormap.c.
int ColorMapContext::h |
Definition at line 45 of file vf_colormap.c.
int ColorMapContext::size |
Definition at line 46 of file vf_colormap.c.
int ColorMapContext::nb_maps |
Definition at line 47 of file vf_colormap.c.
int ColorMapContext::changed[2] |
Definition at line 48 of file vf_colormap.c.
Definition at line 50 of file vf_colormap.c.
Definition at line 51 of file vf_colormap.c.
Definition at line 52 of file vf_colormap.c.
float ColorMapContext::icoeff[4][4] |
Definition at line 53 of file vf_colormap.c.
Definition at line 54 of file vf_colormap.c.
int ColorMapContext::target_type |
Definition at line 56 of file vf_colormap.c.
int ColorMapContext::kernel_type |
Definition at line 57 of file vf_colormap.c.
Definition at line 58 of file vf_colormap.c.
FFFrameSync ColorMapContext::fs |
Definition at line 60 of file vf_colormap.c.
Definition at line 62 of file vf_colormap.c.
Definition at line 63 of file vf_colormap.c.
Definition at line 64 of file vf_colormap.c.