Struct vpx_sys::vpx_rc_frame_stats
source · #[repr(C)]pub struct vpx_rc_frame_stats {Show 25 fields
pub frame: f64,
pub weight: f64,
pub intra_error: f64,
pub coded_error: f64,
pub sr_coded_error: f64,
pub frame_noise_energy: f64,
pub pcnt_inter: f64,
pub pcnt_motion: f64,
pub pcnt_second_ref: f64,
pub pcnt_neutral: f64,
pub pcnt_intra_low: f64,
pub pcnt_intra_high: f64,
pub intra_skip_pct: f64,
pub intra_smooth_pct: f64,
pub inactive_zone_rows: f64,
pub inactive_zone_cols: f64,
pub MVr: f64,
pub mvr_abs: f64,
pub MVc: f64,
pub mvc_abs: f64,
pub MVrv: f64,
pub MVcv: f64,
pub mv_in_out_count: f64,
pub duration: f64,
pub count: f64,
}Fields§
§frame: f64§weight: f64§intra_error: f64§coded_error: f64§sr_coded_error: f64§frame_noise_energy: f64§pcnt_inter: f64§pcnt_motion: f64§pcnt_second_ref: f64§pcnt_neutral: f64§pcnt_intra_low: f64§pcnt_intra_high: f64§intra_skip_pct: f64§intra_smooth_pct: f64§inactive_zone_rows: f64§inactive_zone_cols: f64§MVr: f64§mvr_abs: f64§MVc: f64§mvc_abs: f64§MVrv: f64§MVcv: f64§mv_in_out_count: f64§duration: f64§count: f64Trait Implementations§
source§impl Clone for vpx_rc_frame_stats
impl Clone for vpx_rc_frame_stats
source§fn clone(&self) -> vpx_rc_frame_stats
fn clone(&self) -> vpx_rc_frame_stats
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more