pub type VABoolCoderContextVPX = _VABoolCoderContextVPX;Expand description
\brief VPX Bool Coder Context structure
This common structure is defined for potential sharing by other VP formats
Aliased Type§
#[repr(C)]pub struct VABoolCoderContextVPX {
pub range: u8,
pub value: u8,
pub count: u8,
}Fields§
§range: u8§value: u8§count: u8