[][src]Struct intel_genxml::gen8::MfdVc1ShortPicState

pub struct MfdVc1ShortPicState {
    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: u32,
    pub picture_height: u32,
    pub picture_structure: u32,
    pub second_field: bool,
    pub intra_picture: bool,
    pub backward_prediction_present: bool,
    pub vc1_profile: u32,
    pub dmv_surface_valid: bool,
    pub mv_mode: u32,
    pub interpolation_rounder_control: bool,
    pub bitplane_buffer_pitch: u32,
    pub variable_sized_transform_coding: bool,
    pub dquant: u32,
    pub extended_mv_present: bool,
    pub fast_uv_motion_compensation: u32,
    pub loop_filter_enable: bool,
    pub refdist_flag: bool,
    pub panscan_present: bool,
    pub maxbframes: u32,
    pub rangered_present: bool,
    pub syncmarker_present: bool,
    pub multires_present: bool,
    pub quantizer: u32,
    pub p_pic_ref_distance: u32,
    pub progressive_pic_type: u32,
    pub range_reduction_enable: u32,
    pub range_reduction_scale: u32,
    pub overlap_smoothing_enable: bool,
    pub extended_dmv_present: bool,
    pub psf: bool,
    pub refpic: bool,
    pub finterflag: bool,
    pub tfcntrflag: bool,
    pub interlace: bool,
    pub pulldown: bool,
    pub postproc: bool,
    pub _4_mv_allowed: bool,
    pub bfraction_enumeration: u32,
}

Fields

dword_length: u32subopcode_b: u32subopcode_a: u32media_command_opcode: u32pipeline: u32command_type: u32picture_width: u32picture_height: u32picture_structure: u32second_field: boolintra_picture: boolbackward_prediction_present: boolvc1_profile: u32dmv_surface_valid: boolmv_mode: u32interpolation_rounder_control: boolbitplane_buffer_pitch: u32variable_sized_transform_coding: booldquant: u32extended_mv_present: boolfast_uv_motion_compensation: u32loop_filter_enable: boolrefdist_flag: boolpanscan_present: boolmaxbframes: u32rangered_present: boolsyncmarker_present: boolmultires_present: boolquantizer: u32p_pic_ref_distance: u32progressive_pic_type: u32range_reduction_enable: u32range_reduction_scale: u32overlap_smoothing_enable: boolextended_dmv_present: boolpsf: boolrefpic: boolfinterflag: booltfcntrflag: boolinterlace: boolpulldown: boolpostproc: bool_4_mv_allowed: boolbfraction_enumeration: u32

Methods

impl MfdVc1ShortPicState[src]

pub const DWORD_LENGTH: u32[src]

pub const ADVANCED_PROFILE: u32[src]

pub const NO_ROUNDING: u32[src]

pub const QUARTER_PEL_OFFSETS_TO_HALF_FULL_PEL_POSITIONS: u32[src]

pub const SIMPLE_MAIN_PROFILE: u32[src]

Trait Implementations

impl Default for MfdVc1ShortPicState[src]

impl Deserialize for MfdVc1ShortPicState[src]

impl<'_> From<&'_ [u32; 5]> for MfdVc1ShortPicState[src]

impl Serialize for MfdVc1ShortPicState[src]

type Out = [u32; 5]

Auto Trait Implementations

impl RefUnwindSafe for MfdVc1ShortPicState

impl Send for MfdVc1ShortPicState

impl Sync for MfdVc1ShortPicState

impl Unpin for MfdVc1ShortPicState

impl UnwindSafe for MfdVc1ShortPicState

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.