FFmpeg
|
Data Fields | |
const AVClass * | class |
int | interpolation |
interp_mode More... | |
char * | file |
uint8_t | rgba_map [4] |
int | step |
avfilter_action_func * | interp |
struct rgbvec | scale |
struct rgbvec * | lut |
int | lutsize |
int | lutsize2 |
Lut3DPreLut | prelut |
Definition at line 72 of file vf_lut3d.c.
const AVClass* LUT3DContext::class |
Definition at line 73 of file vf_lut3d.c.
int LUT3DContext::interpolation |
char* LUT3DContext::file |
Definition at line 75 of file vf_lut3d.c.
uint8_t LUT3DContext::rgba_map[4] |
Definition at line 76 of file vf_lut3d.c.
Referenced by config_input().
int LUT3DContext::step |
Definition at line 77 of file vf_lut3d.c.
Referenced by config_input().
avfilter_action_func* LUT3DContext::interp |
Definition at line 78 of file vf_lut3d.c.
Referenced by apply_lut().
struct rgbvec LUT3DContext::scale |
Definition at line 79 of file vf_lut3d.c.
Referenced by parse_cinespace(), and parse_cube().
struct rgbvec* LUT3DContext::lut |
Definition at line 80 of file vf_lut3d.c.
Referenced by allocate_3dlut(), parse_3dl(), parse_cinespace(), parse_cube(), parse_dat(), parse_m3d(), and set_identity_matrix().
int LUT3DContext::lutsize |
Definition at line 81 of file vf_lut3d.c.
Referenced by allocate_3dlut(), parse_3dl(), parse_dat(), and parse_m3d().
int LUT3DContext::lutsize2 |
Definition at line 82 of file vf_lut3d.c.
Referenced by allocate_3dlut().
Lut3DPreLut LUT3DContext::prelut |
Definition at line 83 of file vf_lut3d.c.
Referenced by allocate_3dlut(), and parse_cinespace().