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