[−][src]Struct intel_genxml::gen9::MfdVp8BsdObject
Fields
dword_length: u32subopcode_b: u32subopcode_a: u32media_command_opcode: u32pipeline: u32command_type: u32partition0_first_mb_bit_offset_from_frame_header: u32coded_num_of_coeff_token_partitions: u32partition0_cpbac_entropy_range: u32partition0_cpbac_entropy_count: u32partition0_cpbac_entropy_value: u32indirect_partition0_data_length: u32indirect_partition0_data_start_offset: u32indirect_partition1_data_length: u32indirect_partition1_data_start_offset: u32indirect_partition2_data_length: u32indirect_partition2_data_start_offset: u32indirect_partition3_data_length: u32indirect_partition3_data_start_offset: u32indirect_partition4_data_length: u32indirect_partition4_data_start_offset: u32indirect_partition5_data_length: u32indirect_partition5_data_start_offset: u32indirect_partition6_data_length: u32indirect_partition6_data_start_offset: u32indirect_partition7_data_length: u32indirect_partition7_data_start_offset: u32indirect_partition8_data_length: u32indirect_partition8_data_start_offset: u32mb_header_error_handling: u32entropy_error_handling: u32mpr_error_mv_out_of_range_handling: u32bsd_premature_complete_error_handling: u32concealment_picture_id: u32concealment_method: u32Methods
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>,