#[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 duplicate 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 moreSource§impl Debug for vpx_rc_frame_stats
impl Debug for vpx_rc_frame_stats
impl Copy for vpx_rc_frame_stats
Auto Trait Implementations§
impl Freeze for vpx_rc_frame_stats
impl RefUnwindSafe for vpx_rc_frame_stats
impl Send for vpx_rc_frame_stats
impl Sync for vpx_rc_frame_stats
impl Unpin for vpx_rc_frame_stats
impl UnwindSafe for vpx_rc_frame_stats
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more