[][src]Struct intel_genxml::gen10::InlineDataDescriptionForMfdAvcBsdObject

pub struct InlineDataDescriptionForMfdAvcBsdObject {
    pub mb_error_concealment_p_slice_weight_prediction_disable_flag: bool,
    pub mb_error_concealment_p_slice_motion_vectors_override_disable_flag: bool,
    pub mb_error_concealment_b_spatial_weight_prediction_disable_flag: bool,
    pub mb_error_concealment_b_spatial_motion_vectors_override_disable_flag: bool,
    pub mb_error_concealment_b_spatial_prediction_mode: u32,
    pub mb_header_error_handling: bool,
    pub entropy_error_handling: bool,
    pub mpr_error_handling: bool,
    pub bsd_premature_complete_error_handling: bool,
    pub concealment_picture_id: u32,
    pub mb_error_concealment_b_temporal_weight_prediction_disable: bool,
    pub mb_error_concealment_b_temporal_motion_vectors_override_enable: bool,
    pub mb_error_concealment_b_temporal_prediction_mode: u32,
    pub intra_predmode_4x4_8x8_luma_error_control: bool,
    pub init_current_mb_number: bool,
    pub concealment_method: u32,
    pub first_mb_bit_offset: u32,
    pub last_slice: bool,
    pub emulation_prevention_byte_present: bool,
    pub fix_prev_mb_skipped: bool,
    pub first_mb_byte_offset_of_slice_data_or_slice_header: u32,
    pub intra_prediction_error_control: bool,
    pub intra_8x8_4x4_prediction_error_concealment_control: bool,
    pub b_slice_temporal_inter_concealment_mode: u32,
    pub b_slice_spatial_inter_concealment_mode: u32,
    pub b_slice_inter_direct_type_concealment_mode: u32,
    pub b_slice_concealment_mode: u32,
    pub p_slice_inter_concealment_mode: u32,
    pub p_slice_concealment_mode: u32,
    pub concealment_reference_picture_field_bit: u32,
    pub i_slice_concealment_mode: u32,
}

Fields

mb_error_concealment_p_slice_weight_prediction_disable_flag: boolmb_error_concealment_p_slice_motion_vectors_override_disable_flag: boolmb_error_concealment_b_spatial_weight_prediction_disable_flag: boolmb_error_concealment_b_spatial_motion_vectors_override_disable_flag: 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: boolconcealment_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: 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]

type Out = [u32; 3]

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]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.