[][src]Struct intel_genxml::gen75::MfdVc1LongPicState

pub struct MfdVc1LongPicState {
    pub dword_length: u32,
    pub subopcode_b: u32,
    pub subopcode_a: u32,
    pub media_command_opcode: u32,
    pub pipeline: u32,
    pub command_type: u32,
    pub picture_width_in_mbs: u32,
    pub picture_height_in_mbs: u32,
    pub vc1_profile: u32,
    pub second_field: bool,
    pub overlap_smoothing_enable: bool,
    pub loop_filter_enable: bool,
    pub range_reduction_enable: bool,
    pub range_reduction_scale: u32,
    pub mv_mode: u32,
    pub sync_marker: bool,
    pub interpolation_rounder_control: bool,
    pub implicit_quantizer: bool,
    pub dmv_surface_valid: bool,
    pub bitplane_buffer_pitch: u32,
    pub b_scale_factor: u32,
    pub pq_value: u32,
    pub alternative_pq_value: u32,
    pub frame_coding_mode: u32,
    pub picure_type: u32,
    pub condover: u32,
    pub pq_uniform: bool,
    pub half_qp: bool,
    pub alternative_pq_configuration: u32,
    pub alternative_pq_edge_mask: u32,
    pub extended_mv_range: u32,
    pub extended_dmv_range: u32,
    pub forward_reference_distance: u32,
    pub backward_reference_distance: u32,
    pub number_of_references: u32,
    pub reference_field_picture_polarity: u32,
    pub fast_uv_motion_compensation: u32,
    pub four_mv_switch: u32,
    pub unified_mv_mode: u32,
    pub coded_block_pattern_table: u32,
    pub intra_transform_dc_table: u32,
    pub picture_level_transform_chroma_ac_coding_set_index: u32,
    pub picture_level_transform_luma_ac_coding_set_index: u32,
    pub mb_mode_table: u32,
    pub mb_transform_type: bool,
    pub picture_level_transform_type: u32,
    pub _2_mv_block_pattern_table: u32,
    pub _4_mv_block_pattern_table: u32,
    pub mv_table: u32,
    pub fieldtx_raw: bool,
    pub acpred_raw: bool,
    pub overflags_raw: bool,
    pub directmb_raw: bool,
    pub skipmb_raw: bool,
    pub mvtypemb_raw: bool,
    pub forwardmb_raw: bool,
    pub bitplane_buffer_present: bool,
}

Fields

dword_length: u32subopcode_b: u32subopcode_a: u32media_command_opcode: u32pipeline: u32command_type: u32picture_width_in_mbs: u32picture_height_in_mbs: u32vc1_profile: u32second_field: booloverlap_smoothing_enable: boolloop_filter_enable: boolrange_reduction_enable: boolrange_reduction_scale: u32mv_mode: u32sync_marker: boolinterpolation_rounder_control: boolimplicit_quantizer: booldmv_surface_valid: boolbitplane_buffer_pitch: u32b_scale_factor: u32pq_value: u32alternative_pq_value: u32frame_coding_mode: u32picure_type: u32condover: u32pq_uniform: boolhalf_qp: boolalternative_pq_configuration: u32alternative_pq_edge_mask: u32extended_mv_range: u32extended_dmv_range: u32forward_reference_distance: u32backward_reference_distance: u32number_of_references: u32reference_field_picture_polarity: u32fast_uv_motion_compensation: u32four_mv_switch: u32unified_mv_mode: u32coded_block_pattern_table: u32intra_transform_dc_table: u32picture_level_transform_chroma_ac_coding_set_index: u32picture_level_transform_luma_ac_coding_set_index: u32mb_mode_table: u32mb_transform_type: boolpicture_level_transform_type: u32_2_mv_block_pattern_table: u32_4_mv_block_pattern_table: u32mv_table: u32fieldtx_raw: boolacpred_raw: booloverflags_raw: booldirectmb_raw: boolskipmb_raw: boolmvtypemb_raw: boolforwardmb_raw: boolbitplane_buffer_present: bool

Methods

impl MfdVc1LongPicState[src]

pub const DWORD_LENGTH: u32[src]

pub const ADVANCED_PROFILE: u32[src]

pub const BOTTOM_ODD_FIELD: u32[src]

pub const FIELD_PICTURE_WITH_BOTTOM_FIELD_FIRST: u32[src]

pub const FIELD_PICTURE_WITH_TOP_FIELD_FIRST: u32[src]

pub const INTERLACED_FRAME_PICTURE: u32[src]

pub const MIXED_MV: u32[src]

pub const NO_ROUNDING: u32[src]

pub const ONE_FIELD_REFERENCED: u32[src]

pub const ONLY_1_MV: u32[src]

pub const PROGRESSIVE_FRAME_PICTURE: u32[src]

pub const QUARTER_PEL_OFFSETS_TO_HALF_FULL_PEL_POSITIONS: u32[src]

pub const SIMPLE_MAIN_PROFILE: u32[src]

pub const TOP_EVEN_FIELD: u32[src]

pub const TWO_FIELDS_REFERENCED: u32[src]

pub const _1_2_OR_4_MVS: u32[src]

pub const _1_MV: u32[src]

pub const _1_MV_HALF_PEL: u32[src]

pub const _1_MV_HALF_PEL_BILINEAR: u32[src]

pub const _4X4_TRANSFORM: u32[src]

pub const _4X8_TRANSFORM: u32[src]

pub const _8X4_TRANSFORM: u32[src]

pub const _8X8_TRANSFORM: u32[src]

Trait Implementations

impl Default for MfdVc1LongPicState[src]

impl Deserialize for MfdVc1LongPicState[src]

impl<'_> From<&'_ [u32; 6]> for MfdVc1LongPicState[src]

impl Serialize for MfdVc1LongPicState[src]

type Out = [u32; 6]

Auto Trait Implementations

impl RefUnwindSafe for MfdVc1LongPicState

impl Send for MfdVc1LongPicState

impl Sync for MfdVc1LongPicState

impl Unpin for MfdVc1LongPicState

impl UnwindSafe for MfdVc1LongPicState

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.