FFmpeg
|
Data Fields | |
const AVClass * | class |
FFDualInputContext | dinput |
FILE * | stats_file |
char * | stats_file_str |
int | nb_components |
uint64_t | nb_frames |
double | ssim [4] |
double | ssim_total |
char | comps [4] |
float | coefs [4] |
uint8_t | rgba_map [4] |
int | planewidth [4] |
int | planeheight [4] |
int * | temp |
int | is_rgb |
SSIMDSPContext | dsp |
FFDualInputContext SSIMContext::dinput |
Definition at line 50 of file vf_ssim.c.
Referenced by config_output(), filter_frame(), init(), request_frame(), and uninit().
FILE* SSIMContext::stats_file |
int SSIMContext::nb_components |
Definition at line 53 of file vf_ssim.c.
Referenced by config_input_ref(), do_ssim(), and uninit().
uint64_t SSIMContext::nb_frames |
double SSIMContext::ssim[4] |
double SSIMContext::ssim_total |
char SSIMContext::comps[4] |
Definition at line 56 of file vf_ssim.c.
Referenced by config_input_ref(), do_ssim(), and uninit().
float SSIMContext::coefs[4] |
Definition at line 57 of file vf_ssim.c.
Referenced by config_input_ref(), and do_ssim().
uint8_t SSIMContext::rgba_map[4] |
Definition at line 58 of file vf_ssim.c.
Referenced by config_input_ref(), do_ssim(), and uninit().
int SSIMContext::planewidth[4] |
Definition at line 59 of file vf_ssim.c.
Referenced by config_input_ref(), and do_ssim().
int SSIMContext::planeheight[4] |
Definition at line 60 of file vf_ssim.c.
Referenced by config_input_ref(), and do_ssim().
int* SSIMContext::temp |
Definition at line 61 of file vf_ssim.c.
Referenced by config_input_ref(), do_ssim(), and uninit().
int SSIMContext::is_rgb |
Definition at line 62 of file vf_ssim.c.
Referenced by config_input_ref(), do_ssim(), and uninit().
SSIMDSPContext SSIMContext::dsp |
Definition at line 63 of file vf_ssim.c.
Referenced by config_input_ref(), and do_ssim().