[−][src]Struct intel_genxml::gen75::InlineDataDescriptionForMfdAvcBsdObject
Fields
mb_error_concealment_p_slice_weight_prediction_disable: boolmb_error_concealment_p_slice_motion_vectors_override_disable: boolmb_error_concealment_b_spatial_weight_prediction_disable: boolmb_error_concealment_b_spatial_motion_vectors_override_disable: boolmb_error_concealment_b_spatial_prediction_mode: u32mb_header_error_handling: boolentropy_error_handling: boolmpr_error_handling: boolbsd_premature_complete_error_handling: boolconcealment_picture_id: u32mb_error_concealment_b_temporal_weight_prediction_disable: boolmb_error_concealment_b_temporal_motion_vectors_override_enable: boolmb_error_concealment_b_temporal_prediction_mode: u32intra_predmode_4x4_8x8_luma_error_control: boolinit_current_mb_number: u32concealment_method: u32first_mb_bit_offset: u32last_slice: boolemulation_prevention_byte_present: boolfix_prev_mb_skipped: boolfirst_mb_byte_offset_of_slice_data_or_slice_header: u32intra_prediction_error_control: boolintra_8x8_4x4_prediction_error_concealment_control: boolb_slice_temporal_inter_concealment_mode: u32b_slice_spatial_inter_concealment_mode: u32b_slice_inter_direct_type_concealment_mode: u32b_slice_concealment_mode: u32p_slice_inter_concealment_mode: u32p_slice_concealment_mode: u32concealment_reference_picture_field_bit: u32i_slice_concealment_mode: u32Methods
impl InlineDataDescriptionForMfdAvcBsdObject[src]
pub const DWORD_LENGTH: u32[src]
pub const INTER_CONCEALMENT: u32[src]
pub const INTRA_CONCEALMENT: u32[src]
Trait Implementations
impl Default for InlineDataDescriptionForMfdAvcBsdObject[src]
impl Deserialize for InlineDataDescriptionForMfdAvcBsdObject[src]
impl<'_> From<&'_ [u32; 3]> for InlineDataDescriptionForMfdAvcBsdObject[src]
impl Serialize for InlineDataDescriptionForMfdAvcBsdObject[src]
Auto Trait Implementations
impl RefUnwindSafe for InlineDataDescriptionForMfdAvcBsdObject
impl Send for InlineDataDescriptionForMfdAvcBsdObject
impl Sync for InlineDataDescriptionForMfdAvcBsdObject
impl Unpin for InlineDataDescriptionForMfdAvcBsdObject
impl UnwindSafe for InlineDataDescriptionForMfdAvcBsdObject
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>,