[−][src]Struct intel_genxml::gen10::InlineDataDescriptionForMfdAvcBsdObject
Fields
mb_error_concealment_p_slice_weight_prediction_disable_flag: bool
mb_error_concealment_p_slice_motion_vectors_override_disable_flag: bool
mb_error_concealment_b_spatial_weight_prediction_disable_flag: bool
mb_error_concealment_b_spatial_motion_vectors_override_disable_flag: bool
mb_error_concealment_b_spatial_prediction_mode: u32
mb_header_error_handling: bool
entropy_error_handling: bool
mpr_error_handling: bool
bsd_premature_complete_error_handling: bool
concealment_picture_id: u32
mb_error_concealment_b_temporal_weight_prediction_disable: bool
mb_error_concealment_b_temporal_motion_vectors_override_enable: bool
mb_error_concealment_b_temporal_prediction_mode: u32
intra_predmode_4x4_8x8_luma_error_control: bool
init_current_mb_number: bool
concealment_method: u32
first_mb_bit_offset: u32
last_slice: bool
emulation_prevention_byte_present: bool
fix_prev_mb_skipped: bool
first_mb_byte_offset_of_slice_data_or_slice_header: u32
intra_prediction_error_control: bool
intra_8x8_4x4_prediction_error_concealment_control: bool
b_slice_temporal_inter_concealment_mode: u32
b_slice_spatial_inter_concealment_mode: u32
b_slice_inter_direct_type_concealment_mode: u32
b_slice_concealment_mode: u32
p_slice_inter_concealment_mode: u32
p_slice_concealment_mode: u32
concealment_reference_picture_field_bit: u32
i_slice_concealment_mode: u32
Methods
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>,