[−][src]Struct intel_genxml::gen75::MfdVc1LongPicState
Fields
dword_length: u32
subopcode_b: u32
subopcode_a: u32
media_command_opcode: u32
pipeline: u32
command_type: u32
picture_width_in_mbs: u32
picture_height_in_mbs: u32
vc1_profile: u32
second_field: bool
overlap_smoothing_enable: bool
loop_filter_enable: bool
range_reduction_enable: bool
range_reduction_scale: u32
mv_mode: u32
sync_marker: bool
interpolation_rounder_control: bool
implicit_quantizer: bool
dmv_surface_valid: bool
bitplane_buffer_pitch: u32
b_scale_factor: u32
pq_value: u32
alternative_pq_value: u32
frame_coding_mode: u32
picure_type: u32
condover: u32
pq_uniform: bool
half_qp: bool
alternative_pq_configuration: u32
alternative_pq_edge_mask: u32
extended_mv_range: u32
extended_dmv_range: u32
forward_reference_distance: u32
backward_reference_distance: u32
number_of_references: u32
reference_field_picture_polarity: u32
fast_uv_motion_compensation: u32
four_mv_switch: u32
unified_mv_mode: u32
coded_block_pattern_table: u32
intra_transform_dc_table: u32
picture_level_transform_chroma_ac_coding_set_index: u32
picture_level_transform_luma_ac_coding_set_index: u32
mb_mode_table: u32
mb_transform_type: bool
picture_level_transform_type: u32
_2_mv_block_pattern_table: u32
_4_mv_block_pattern_table: u32
mv_table: u32
fieldtx_raw: bool
acpred_raw: bool
overflags_raw: bool
directmb_raw: bool
skipmb_raw: bool
mvtypemb_raw: bool
forwardmb_raw: bool
bitplane_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]
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]
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>,