#[repr(C)]pub struct _VAIQMatrixBufferVP8 {
pub quantization_index: [[u16; 6]; 4],
pub va_reserved: [u32; 4],
}Expand description
\brief VP8 Inverse Quantization Matrix Buffer Structure
Contains quantization indices for yac(0),ydc(1),y2dc(2),y2ac(3),uvdc(4), uvac(5) for each segment (0-3). When segmentation is disabled, only quantization_index[0][] will be used. This structure is sent once per frame.
Fields§
§quantization_index: [[u16; 6]; 4]§va_reserved: [u32; 4]\brief Reserved bytes for future use, must be zero
Trait Implementations§
Source§impl Clone for _VAIQMatrixBufferVP8
impl Clone for _VAIQMatrixBufferVP8
Source§fn clone(&self) -> _VAIQMatrixBufferVP8
fn clone(&self) -> _VAIQMatrixBufferVP8
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 _VAIQMatrixBufferVP8
Source§impl Debug for _VAIQMatrixBufferVP8
impl Debug for _VAIQMatrixBufferVP8
Source§impl Default for _VAIQMatrixBufferVP8
impl Default for _VAIQMatrixBufferVP8
Source§fn default() -> _VAIQMatrixBufferVP8
fn default() -> _VAIQMatrixBufferVP8
Returns the “default value” for a type. Read more
impl Eq for _VAIQMatrixBufferVP8
Source§impl PartialEq for _VAIQMatrixBufferVP8
impl PartialEq for _VAIQMatrixBufferVP8
Source§fn eq(&self, other: &_VAIQMatrixBufferVP8) -> bool
fn eq(&self, other: &_VAIQMatrixBufferVP8) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for _VAIQMatrixBufferVP8
Auto Trait Implementations§
impl Freeze for _VAIQMatrixBufferVP8
impl RefUnwindSafe for _VAIQMatrixBufferVP8
impl Send for _VAIQMatrixBufferVP8
impl Sync for _VAIQMatrixBufferVP8
impl Unpin for _VAIQMatrixBufferVP8
impl UnsafeUnpin for _VAIQMatrixBufferVP8
impl UnwindSafe for _VAIQMatrixBufferVP8
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