FFmpeg
4.0
|
Data Fields | |
const AVClass * | class |
FFFrameSync | fs |
FILE * | stats_file |
char * | stats_file_str |
int | nb_components |
int | max |
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 |
float(* | ssim_plane )(SSIMDSPContext *dsp, uint8_t *main, int main_stride, uint8_t *ref, int ref_stride, int width, int height, void *temp, int max) |
SSIMDSPContext | dsp |
FFFrameSync SSIMContext::fs |
Definition at line 50 of file vf_ssim.c.
Referenced by activate(), config_output(), init(), 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().
int SSIMContext::max |
Definition at line 54 of file vf_ssim.c.
Referenced by config_input_ref(), and do_ssim().
uint64_t SSIMContext::nb_frames |
double SSIMContext::ssim[4] |
Definition at line 56 of file vf_ssim.c.
Referenced by do_ssim(), ssim_endn_16bit(), ssim_endn_8bit(), ssim_plane(), ssim_plane_16bit(), and uninit().
double SSIMContext::ssim_total |
char SSIMContext::comps[4] |
Definition at line 57 of file vf_ssim.c.
Referenced by config_input_ref(), do_ssim(), and uninit().
float SSIMContext::coefs[4] |
Definition at line 58 of file vf_ssim.c.
Referenced by config_input_ref(), and do_ssim().
uint8_t SSIMContext::rgba_map[4] |
Definition at line 59 of file vf_ssim.c.
Referenced by config_input_ref(), do_ssim(), and uninit().
int SSIMContext::planewidth[4] |
Definition at line 60 of file vf_ssim.c.
Referenced by config_input_ref(), and do_ssim().
int SSIMContext::planeheight[4] |
Definition at line 61 of file vf_ssim.c.
Referenced by config_input_ref(), and do_ssim().
int* SSIMContext::temp |
Definition at line 62 of file vf_ssim.c.
Referenced by config_input_ref(), do_ssim(), ssim_plane(), ssim_plane_16bit(), and uninit().
int SSIMContext::is_rgb |
Definition at line 63 of file vf_ssim.c.
Referenced by config_input_ref(), do_ssim(), and uninit().
float(* SSIMContext::ssim_plane) (SSIMDSPContext *dsp, uint8_t *main, int main_stride, uint8_t *ref, int ref_stride, int width, int height, void *temp, int max) |
Definition at line 64 of file vf_ssim.c.
Referenced by config_input_ref(), and do_ssim().
SSIMDSPContext SSIMContext::dsp |
Definition at line 69 of file vf_ssim.c.
Referenced by config_input_ref(), and do_ssim().