[−][src]Struct intel_genxml::gen7::MfdVc1ShortPicState
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: u32Methods
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]
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]
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>,