FFmpeg
Data Fields
SampleParams Struct Reference

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
 

Detailed Description

Definition at line 115 of file vf_ssim360.c.

Field Documentation

◆ stride

int SampleParams::stride

Definition at line 116 of file vf_ssim360.c.

Referenced by compute_bilinear_map(), and generate_tape_maps().

◆ planewidth

int SampleParams::planewidth

Definition at line 117 of file vf_ssim360.c.

◆ planeheight

int SampleParams::planeheight

Definition at line 118 of file vf_ssim360.c.

◆ x_image_offset

int SampleParams::x_image_offset

Definition at line 119 of file vf_ssim360.c.

Referenced by compute_bilinear_map().

◆ y_image_offset

int SampleParams::y_image_offset

Definition at line 120 of file vf_ssim360.c.

Referenced by compute_bilinear_map().

◆ x_image_range

int SampleParams::x_image_range

Definition at line 121 of file vf_ssim360.c.

Referenced by compute_bilinear_map(), and generate_eye_tape_map().

◆ y_image_range

int SampleParams::y_image_range

Definition at line 122 of file vf_ssim360.c.

Referenced by compute_bilinear_map(), and generate_eye_tape_map().

◆ projection

int SampleParams::projection

Definition at line 123 of file vf_ssim360.c.

Referenced by get_projected_map().

◆ expand_coef

float SampleParams::expand_coef

Definition at line 124 of file vf_ssim360.c.

Referenced by get_projected_map().


The documentation for this struct was generated from the following file: