[][src]Struct intel_genxml::gen6::MfxPipeModeSelect

pub struct MfxPipeModeSelect {
    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 standard_select: u32,
    pub codec_select: u32,
    pub stitch_mode: bool,
    pub zlr_tlb_prefetch_enable: bool,
    pub pre_deblocking_output_enable: bool,
    pub post_deblocking_output_enable: bool,
    pub stream_out_enable: bool,
    pub decoder_mode_select: u32,
    pub avc_ildb_boundary_strength_calculation: u32,
    pub avc_long_field_mv: u32,
    pub avc_cabac_cavlc_decode_error_disable: u32,
    pub avc_mbdata_error_disable: u32,
    pub avc_mv_poc_table_error_disable: u32,
    pub clock_gate_enable_at_slice_level: bool,
    pub intra_8x8_rounding: u32,
    pub slice_pb_rounding: u32,
}

Fields

dword_length: u32subopcode_b: u32subopcode_a: u32media_command_opcode: u32pipeline: u32command_type: u32standard_select: u32codec_select: u32stitch_mode: boolzlr_tlb_prefetch_enable: boolpre_deblocking_output_enable: boolpost_deblocking_output_enable: boolstream_out_enable: booldecoder_mode_select: u32avc_ildb_boundary_strength_calculation: u32avc_long_field_mv: u32avc_cabac_cavlc_decode_error_disable: u32avc_mbdata_error_disable: u32avc_mv_poc_table_error_disable: u32clock_gate_enable_at_slice_level: boolintra_8x8_rounding: u32slice_pb_rounding: u32

Methods

impl MfxPipeModeSelect[src]

pub const DWORD_LENGTH: u32[src]

pub const AVC: u32[src]

pub const CALCULATED_ALL_THE_TIME: u32[src]

pub const CALCULATED_ONLY_WHEN_POST_FILTER_IS_ON: u32[src]

pub const DECODE: u32[src]

pub const ENCODE: u32[src]

pub const IT_MODE: u32[src]

pub const LD_MODE: u32[src]

pub const TERMINATE: u32[src]

pub const TERMINATES: u32[src]

pub const VC1: u32[src]

pub const WILL_NOT_TERMINATE: u32[src]

pub const _12_BITS_PRECISION: u32[src]

pub const _13_BITS_PRECISION: u32[src]

Trait Implementations

impl Default for MfxPipeModeSelect[src]

impl Deserialize for MfxPipeModeSelect[src]

impl<'_> From<&'_ [u32; 4]> for MfxPipeModeSelect[src]

impl Serialize for MfxPipeModeSelect[src]

type Out = [u32; 4]

Auto Trait Implementations

impl RefUnwindSafe for MfxPipeModeSelect

impl Send for MfxPipeModeSelect

impl Sync for MfxPipeModeSelect

impl Unpin for MfxPipeModeSelect

impl UnwindSafe for MfxPipeModeSelect

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.