#[repr(C)]pub struct _VAEncMiscParameterSubMbPartPelH264 {
pub disable_inter_sub_mb_partition: u32,
pub inter_sub_mb_partition_mask: _VAEncMiscParameterSubMbPartPelH264__bindgen_ty_1,
pub enable_sub_pel_mode: u32,
pub sub_pel_mode: u8,
pub reserved: [u8; 3],
}Expand description
\brief MB partition modes and 1/2 1/4 motion search configuration
Specifies MB partition modes that are disabled. Specifies Half-pel mode and Quarter-pel mode searching
Fields§
§disable_inter_sub_mb_partition: u32§inter_sub_mb_partition_mask: _VAEncMiscParameterSubMbPartPelH264__bindgen_ty_1§enable_sub_pel_mode: u32\brief Precison of motion search 0:Integer mode searching 1:Half-pel mode searching 2:Reserved 3:Quarter-pel mode searching
sub_pel_mode: u8§reserved: [u8; 3]Trait Implementations§
Source§impl Clone for _VAEncMiscParameterSubMbPartPelH264
impl Clone for _VAEncMiscParameterSubMbPartPelH264
Source§fn clone(&self) -> _VAEncMiscParameterSubMbPartPelH264
fn clone(&self) -> _VAEncMiscParameterSubMbPartPelH264
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for _VAEncMiscParameterSubMbPartPelH264
Auto Trait Implementations§
impl Freeze for _VAEncMiscParameterSubMbPartPelH264
impl RefUnwindSafe for _VAEncMiscParameterSubMbPartPelH264
impl Send for _VAEncMiscParameterSubMbPartPelH264
impl Sync for _VAEncMiscParameterSubMbPartPelH264
impl Unpin for _VAEncMiscParameterSubMbPartPelH264
impl UnsafeUnpin for _VAEncMiscParameterSubMbPartPelH264
impl UnwindSafe for _VAEncMiscParameterSubMbPartPelH264
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