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