FFmpeg
|
Data Fields | |
const AVClass * | class |
FFDualInputContext | dinput |
double | mse |
double | min_mse |
double | max_mse |
uint64_t | nb_frames |
FILE * | stats_file |
char * | stats_file_str |
int | max [4] |
int | average_max |
int | is_rgb |
uint8_t | rgba_map [4] |
char | comps [4] |
int | nb_components |
int | planewidth [4] |
int | planeheight [4] |
void(* | compute_mse )(struct PSNRContext *s, const uint8_t *m[4], const int ml[4], const uint8_t *r[4], const int rl[4], int w, int h, double mse[4]) |
FFDualInputContext PSNRContext::dinput |
Definition at line 39 of file vf_psnr.c.
Referenced by config_output(), filter_frame(), init(), request_frame(), and uninit().
double PSNRContext::mse |
double PSNRContext::min_mse |
double PSNRContext::max_mse |
uint64_t PSNRContext::nb_frames |
FILE* PSNRContext::stats_file |
int PSNRContext::max[4] |
Definition at line 44 of file vf_psnr.c.
Referenced by config_input_ref(), do_psnr(), and find_first_break().
int PSNRContext::average_max |
Definition at line 44 of file vf_psnr.c.
Referenced by config_input_ref(), do_psnr(), and uninit().
int PSNRContext::is_rgb |
Definition at line 45 of file vf_psnr.c.
Referenced by config_input_ref(), and do_psnr().
uint8_t PSNRContext::rgba_map[4] |
Definition at line 46 of file vf_psnr.c.
Referenced by config_input_ref(), and do_psnr().
char PSNRContext::comps[4] |
Definition at line 47 of file vf_psnr.c.
Referenced by config_input_ref(), and do_psnr().
int PSNRContext::nb_components |
Definition at line 48 of file vf_psnr.c.
Referenced by compute_images_mse(), compute_images_mse_16bit(), config_input_ref(), and do_psnr().
int PSNRContext::planewidth[4] |
Definition at line 49 of file vf_psnr.c.
Referenced by compute_images_mse(), compute_images_mse_16bit(), and config_input_ref().
int PSNRContext::planeheight[4] |
Definition at line 50 of file vf_psnr.c.
Referenced by compute_images_mse(), compute_images_mse_16bit(), and config_input_ref().
void(* PSNRContext::compute_mse)(struct PSNRContext *s, const uint8_t *m[4], const int ml[4], const uint8_t *r[4], const int rl[4], int w, int h, double mse[4]) |
Definition at line 52 of file vf_psnr.c.
Referenced by config_input_ref(), and do_psnr().