[−][src]Struct intel_genxml::gen12::MfdVp8BsdObject
Fields
dword_length: u32
subopcode_b: u32
subopcode_a: u32
media_command_opcode: u32
pipeline: u32
command_type: u32
partition0_first_mb_bit_offset_from_frame_header: u32
coded_num_of_coeff_token_partitions: u32
partition0_cpbac_entropy_range: u32
partition0_cpbac_entropy_count: u32
partition0_cpbac_entropy_value: u32
indirect_partition0_data_length: u32
indirect_partition0_data_start_offset: u32
indirect_partition1_data_length: u32
indirect_partition1_data_start_offset: u32
indirect_partition2_data_length: u32
indirect_partition2_data_start_offset: u32
indirect_partition3_data_length: u32
indirect_partition3_data_start_offset: u32
indirect_partition4_data_length: u32
indirect_partition4_data_start_offset: u32
indirect_partition5_data_length: u32
indirect_partition5_data_start_offset: u32
indirect_partition6_data_length: u32
indirect_partition6_data_start_offset: u32
indirect_partition7_data_length: u32
indirect_partition7_data_start_offset: u32
indirect_partition8_data_length: u32
indirect_partition8_data_start_offset: u32
mb_header_error_handling: u32
entropy_error_handling: u32
mpr_error_mv_out_of_range_handling: u32
bsd_premature_complete_error_handling: u32
concealment_picture_id: u32
concealment_method: u32
Methods
impl MfdVp8BsdObject
[src]
pub const DWORD_LENGTH: u32
[src]
pub const INTER_P_COPY: u32
[src]
pub const INTRA_16X16_PREDICTION: u32
[src]
Trait Implementations
impl Default for MfdVp8BsdObject
[src]
impl Deserialize for MfdVp8BsdObject
[src]
impl<'_> From<&'_ [u32; 22]> for MfdVp8BsdObject
[src]
impl Serialize for MfdVp8BsdObject
[src]
Auto Trait Implementations
impl RefUnwindSafe for MfdVp8BsdObject
impl Send for MfdVp8BsdObject
impl Sync for MfdVp8BsdObject
impl Unpin for MfdVp8BsdObject
impl UnwindSafe for MfdVp8BsdObject
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,