pub type X264ImagePropertiesT = x264_image_properties_t;Aliased Type§
struct X264ImagePropertiesT {
pub quant_offsets: *mut f32,
pub quant_offsets_free: Option<unsafe extern "C" fn(_: *mut c_void)>,
pub mb_info: *mut u8,
pub mb_info_free: Option<unsafe extern "C" fn(_: *mut c_void)>,
pub f_ssim: f64,
pub f_psnr_avg: f64,
pub f_psnr: [f64; 3],
pub f_crf_avg: f64,
}Fields§
§quant_offsets: *mut f32§quant_offsets_free: Option<unsafe extern "C" fn(_: *mut c_void)>§mb_info: *mut u8§mb_info_free: Option<unsafe extern "C" fn(_: *mut c_void)>§f_ssim: f64§f_psnr_avg: f64§f_psnr: [f64; 3]§f_crf_avg: f64