#[repr(C)]pub struct _VAEncSegParamVP9 {
pub seg_flags: _VAEncSegParamVP9__bindgen_ty_1,
pub segment_lf_level_delta: i8,
pub segment_qindex_delta: i16,
pub va_reserved: [u32; 4],
}Expand description
\brief Per segment parameters
Fields§
§seg_flags: _VAEncSegParamVP9__bindgen_ty_1§segment_lf_level_delta: i8\brief Specifies per segment Loop Filter Delta. Must be 0 when segmentation_enabled == 0. value range: [-63..63]
segment_qindex_delta: i16\brief Specifies per segment QIndex Delta. Must be 0 when segmentation_enabled == 0. value range: [-255..255]
va_reserved: [u32; 4]\brief Reserved bytes for future use, must be zero
Trait Implementations§
Source§impl Clone for _VAEncSegParamVP9
impl Clone for _VAEncSegParamVP9
Source§fn clone(&self) -> _VAEncSegParamVP9
fn clone(&self) -> _VAEncSegParamVP9
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 _VAEncSegParamVP9
Auto Trait Implementations§
impl Freeze for _VAEncSegParamVP9
impl RefUnwindSafe for _VAEncSegParamVP9
impl Send for _VAEncSegParamVP9
impl Sync for _VAEncSegParamVP9
impl Unpin for _VAEncSegParamVP9
impl UnsafeUnpin for _VAEncSegParamVP9
impl UnwindSafe for _VAEncSegParamVP9
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