Struct aom_sys::aom::aom_partition_decision
source · #[repr(C)]pub struct aom_partition_decision {Show 16 fields
pub is_final_decision: c_int,
pub num_nodes: c_int,
pub partition_decision: [c_int; 2048],
pub current_decision: c_int,
pub terminate_partition_search: c_int,
pub partition_none_allowed: c_int,
pub partition_rect_allowed: [c_int; 2],
pub do_rectangular_split: c_int,
pub do_square_split: c_int,
pub prune_rect_part: [c_int; 2],
pub horza_partition_allowed: c_int,
pub horzb_partition_allowed: c_int,
pub verta_partition_allowed: c_int,
pub vertb_partition_allowed: c_int,
pub partition_horz4_allowed: c_int,
pub partition_vert4_allowed: c_int,
}
Fields§
§is_final_decision: c_int
§num_nodes: c_int
§partition_decision: [c_int; 2048]
§current_decision: c_int
§terminate_partition_search: c_int
§partition_none_allowed: c_int
§partition_rect_allowed: [c_int; 2]
§do_rectangular_split: c_int
§do_square_split: c_int
§prune_rect_part: [c_int; 2]
§horza_partition_allowed: c_int
§horzb_partition_allowed: c_int
§verta_partition_allowed: c_int
§vertb_partition_allowed: c_int
§partition_horz4_allowed: c_int
§partition_vert4_allowed: c_int
Trait Implementations§
source§impl Clone for aom_partition_decision
impl Clone for aom_partition_decision
source§fn clone(&self) -> aom_partition_decision
fn clone(&self) -> aom_partition_decision
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 moresource§impl Debug for aom_partition_decision
impl Debug for aom_partition_decision
impl Copy for aom_partition_decision
Auto Trait Implementations§
impl RefUnwindSafe for aom_partition_decision
impl Send for aom_partition_decision
impl Sync for aom_partition_decision
impl Unpin for aom_partition_decision
impl UnwindSafe for aom_partition_decision
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