[−][src]Struct intel_genxml::gen7::MfxVc1PredPipeState
Fields
dword_length: u32
subopcode_b: u32
subopcode_a: u32
media_command_opcode: u32
pipeline: u32
command_type: u32
reference_frame_boundary_replication_mode: u32
vin_intensitycomp_single_bwden: u32
vin_intensitycomp_single_fwden: u32
vin_intensitycomp_double_bwden: u32
vin_intensitycomp_double_fwden: u32
lumscale1_single_fwd: u32
lumscale2_single_fwd: u32
lumshift1_single_fwd: u32
lumshift2_single_fwd: u32
lumscale1_double_fwd: u32
lumscale2_double_fwd: u32
lumshift1_double_fwd: u32
lumshift2_double_fwd: u32
lumscale1_single_bwd: u32
lumscale2_single_bwd: u32
lumshift1_single_bwd: u32
lumshift2_single_bwd: u32
lumscale1_double_bwd: u32
lumscale2_double_bwd: u32
lumshift1_double_bwd: u32
lumshift2_double_bwd: u32
Methods
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>,