FFmpeg
|
#include <lut3d.h>
Data Fields | |
const AVClass * | class |
struct rgbvec * | lut |
int | lutsize |
int | lutsize2 |
struct rgbvec | scale |
int | interpolation |
interp_mode More... | |
char * | file |
uint8_t | rgba_map [4] |
int | step |
avfilter_action_func * | interp |
Lut3DPreLut | prelut |
struct rgbvec* LUT3DContext::lut |
Definition at line 58 of file lut3d.h.
Referenced by allocate_3dlut(), parse_3dl(), parse_cinespace(), parse_cube(), parse_dat(), parse_m3d(), and set_identity_matrix().
int LUT3DContext::lutsize |
Definition at line 59 of file lut3d.h.
Referenced by allocate_3dlut(), parse_3dl(), parse_dat(), and parse_m3d().
int LUT3DContext::lutsize2 |
Definition at line 60 of file lut3d.h.
Referenced by allocate_3dlut().
struct rgbvec LUT3DContext::scale |
Definition at line 61 of file lut3d.h.
Referenced by parse_cinespace(), and parse_cube().
avfilter_action_func* LUT3DContext::interp |
Lut3DPreLut LUT3DContext::prelut |
Definition at line 67 of file lut3d.h.
Referenced by allocate_3dlut(), and parse_cinespace().