[−][src]Struct intel_genxml::gen8::MfdVc1ShortPicState
Fields
dword_length: u32
subopcode_b: u32
subopcode_a: u32
media_command_opcode: u32
pipeline: u32
command_type: u32
picture_width: u32
picture_height: u32
picture_structure: u32
second_field: bool
intra_picture: bool
backward_prediction_present: bool
vc1_profile: u32
dmv_surface_valid: bool
mv_mode: u32
interpolation_rounder_control: bool
bitplane_buffer_pitch: u32
variable_sized_transform_coding: bool
dquant: u32
extended_mv_present: bool
fast_uv_motion_compensation: u32
loop_filter_enable: bool
refdist_flag: bool
panscan_present: bool
maxbframes: u32
rangered_present: bool
syncmarker_present: bool
multires_present: bool
quantizer: u32
p_pic_ref_distance: u32
progressive_pic_type: u32
range_reduction_enable: u32
range_reduction_scale: u32
overlap_smoothing_enable: bool
extended_dmv_present: bool
psf: bool
refpic: bool
finterflag: bool
tfcntrflag: bool
interlace: bool
pulldown: bool
postproc: bool
_4_mv_allowed: bool
bfraction_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]
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>,