[][src]Struct intel_genxml::gen12::MfcMpeg2SlicegroupState

pub struct MfcMpeg2SlicegroupState {
    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 stream_id: u32,
    pub slice_id: u32,
    pub intra_slice_flag: bool,
    pub intra_slice: bool,
    pub first_slice_header_disable: bool,
    pub tail_insertion_present: bool,
    pub slice_data_insertion_present: bool,
    pub header_insertion_present: bool,
    pub compressed_bitstream_output_disable: bool,
    pub last_slice: bool,
    pub mb_type_skip_conversion_disable: bool,
    pub rate_control_panic_type: u32,
    pub rate_control_panic_enable: bool,
    pub rate_control_stable_tolerance: u32,
    pub rate_control_triggle_mode: u32,
    pub reset_rate_control_counter: bool,
    pub rate_control_counter_enable: bool,
    pub first_mb_x_count: u32,
    pub first_mb_y_count: u32,
    pub next_slice_group_mb_x_count: u32,
    pub next_slice_group_mb_y_count: u32,
    pub slice_group_qp: u32,
    pub slice_group_skip: bool,
    pub indirect_pak_bse_data_start_address: u64,
    pub grow_init: u32,
    pub grow_resistance: u32,
    pub shrink_init: u32,
    pub shrink_resistance: u32,
    pub qp_max_positive_modifier_magnitude: u32,
    pub qp_max_negative_modifier_magnitude: u32,
    pub correct_1: u32,
    pub correct_2: u32,
    pub correct_3: u32,
    pub correct_4: u32,
    pub correct_5: u32,
    pub correct_6: u32,
    pub cv0: u32,
    pub cv1: u32,
    pub cv2: u32,
    pub cv3: u32,
    pub cv4: u32,
    pub cv5: u32,
    pub cv6: u32,
    pub cv7: u32,
}

Fields

dword_length: u32subopcode_b: u32subopcode_a: u32media_command_opcode: u32pipeline: u32command_type: u32stream_id: u32slice_id: u32intra_slice_flag: boolintra_slice: boolfirst_slice_header_disable: booltail_insertion_present: boolslice_data_insertion_present: boolheader_insertion_present: boolcompressed_bitstream_output_disable: boollast_slice: boolmb_type_skip_conversion_disable: boolrate_control_panic_type: u32rate_control_panic_enable: boolrate_control_stable_tolerance: u32rate_control_triggle_mode: u32reset_rate_control_counter: boolrate_control_counter_enable: boolfirst_mb_x_count: u32first_mb_y_count: u32next_slice_group_mb_x_count: u32next_slice_group_mb_y_count: u32slice_group_qp: u32slice_group_skip: boolindirect_pak_bse_data_start_address: u64grow_init: u32grow_resistance: u32shrink_init: u32shrink_resistance: u32qp_max_positive_modifier_magnitude: u32qp_max_negative_modifier_magnitude: u32correct_1: u32correct_2: u32correct_3: u32correct_4: u32correct_5: u32correct_6: u32cv0: u32cv1: u32cv2: u32cv3: u32cv4: u32cv5: u32cv6: u32cv7: u32

Methods

impl MfcMpeg2SlicegroupState[src]

pub const DWORD_LENGTH: u32[src]

pub const ALWAYS_RATE_CONTROL: u32[src]

pub const CBP_PANIC: u32[src]

pub const GENTLE_RATE_CONTROL: u32[src]

pub const LOOSE_RATE_CONTROL: u32[src]

pub const QP_PANIC: u32[src]

Trait Implementations

impl Default for MfcMpeg2SlicegroupState[src]

impl Deserialize for MfcMpeg2SlicegroupState[src]

impl<'_> From<&'_ [u32; 8]> for MfcMpeg2SlicegroupState[src]

impl Serialize for MfcMpeg2SlicegroupState[src]

type Out = [u32; 8]

Auto Trait Implementations

impl RefUnwindSafe for MfcMpeg2SlicegroupState

impl Send for MfcMpeg2SlicegroupState

impl Sync for MfcMpeg2SlicegroupState

impl Unpin for MfcMpeg2SlicegroupState

impl UnwindSafe for MfcMpeg2SlicegroupState

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.