[−][src]Struct intel_genxml::gen9::MfxVc1PredPipeState
Fields
dword_length: u32subopcode_b: u32subopcode_a: u32media_command_opcode: u32pipeline: u32command_type: u32reference_frame_boundary_replication_mode: u32vin_intensitycomp_single_bwden: u32vin_intensitycomp_single_fwden: u32vin_intensitycomp_double_bwden: u32vin_intensitycomp_double_fwden: u32lumscale1_single_fwd: u32lumscale2_single_fwd: u32lumshift1_single_fwd: u32lumshift2_single_fwd: u32lumscale1_double_fwd: u32lumscale2_double_fwd: u32lumshift1_double_fwd: u32lumshift2_double_fwd: u32lumscale1_single_bwd: u32lumscale2_single_bwd: u32lumshift1_single_bwd: u32lumshift2_single_bwd: u32lumscale1_double_bwd: u32lumscale2_double_bwd: u32lumshift1_double_bwd: u32lumshift2_double_bwd: u32Methods
impl MfxVc1PredPipeState[src]
pub const DWORD_LENGTH: u32[src]
Trait Implementations
impl Default for MfxVc1PredPipeState[src]
impl Deserialize for MfxVc1PredPipeState[src]
impl<'_> From<&'_ [u32; 6]> for MfxVc1PredPipeState[src]
impl Serialize for MfxVc1PredPipeState[src]
Auto Trait Implementations
impl RefUnwindSafe for MfxVc1PredPipeState
impl Send for MfxVc1PredPipeState
impl Sync for MfxVc1PredPipeState
impl Unpin for MfxVc1PredPipeState
impl UnwindSafe for MfxVc1PredPipeState
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>,