FFmpeg
|
Data Fields | |
int | stride |
int | planewidth |
int | planeheight |
int | x_image_offset |
int | y_image_offset |
int | x_image_range |
int | y_image_range |
int | projection |
float | expand_coef |
Definition at line 114 of file vf_ssim360.c.
int SampleParams::stride |
Definition at line 115 of file vf_ssim360.c.
Referenced by compute_bilinear_map(), and generate_tape_maps().
int SampleParams::planewidth |
Definition at line 116 of file vf_ssim360.c.
int SampleParams::planeheight |
Definition at line 117 of file vf_ssim360.c.
int SampleParams::x_image_offset |
Definition at line 118 of file vf_ssim360.c.
Referenced by compute_bilinear_map().
int SampleParams::y_image_offset |
Definition at line 119 of file vf_ssim360.c.
Referenced by compute_bilinear_map().
int SampleParams::x_image_range |
Definition at line 120 of file vf_ssim360.c.
Referenced by compute_bilinear_map(), and generate_eye_tape_map().
int SampleParams::y_image_range |
Definition at line 121 of file vf_ssim360.c.
Referenced by compute_bilinear_map(), and generate_eye_tape_map().
int SampleParams::projection |
Definition at line 122 of file vf_ssim360.c.
Referenced by get_projected_map().
float SampleParams::expand_coef |
Definition at line 123 of file vf_ssim360.c.
Referenced by get_projected_map().