pub type VAQMatrixBufferVP8 = _VAQMatrixBufferVP8;Expand description
\brief VP8 Quantization Matrix Buffer Structure
Contains quantization index for yac(0-3) for each segment and quantization index deltas, ydc(0), y2dc(1), y2ac(2), uvdc(3), uvac(4) that are applied to all segments. When segmentation is disabled, only quantization_index[0] will be used. This structure is sent once per frame.
Aliased Type§
#[repr(C)]pub struct VAQMatrixBufferVP8 {
pub quantization_index: [u16; 4],
pub quantization_index_delta: [i16; 5],
pub va_reserved: [u32; 4],
}Fields§
§quantization_index: [u16; 4]§quantization_index_delta: [i16; 5]§va_reserved: [u32; 4]\brief Reserved bytes for future use, must be zero