[][src]Struct intel_genxml::gen12::SfcAvsLumaCoeffTableBody

pub struct SfcAvsLumaCoeffTableBody {
    pub table_0x_filter_coefficient_n_0: f32,
    pub table_0y_filter_coefficient_n_0: f32,
    pub table_0x_filter_coefficient_n_1: f32,
    pub table_0y_filter_coefficient_n_1: f32,
    pub table_0x_filter_coefficient_n_2: f32,
    pub table_0y_filter_coefficient_n_2: f32,
    pub table_0x_filter_coefficient_n_3: f32,
    pub table_0y_filter_coefficient_n_3: f32,
    pub table_0x_filter_coefficient_n_4: f32,
    pub table_0y_filter_coefficient_n_4: f32,
    pub table_0x_filter_coefficient_n_5: f32,
    pub table_0y_filter_coefficient_n_5: f32,
    pub table_0x_filter_coefficient_n_6: f32,
    pub table_0y_filter_coefficient_n_6: f32,
    pub table_0x_filter_coefficient_n_7: f32,
    pub table_0y_filter_coefficient_n_7: f32,
    pub filter_coefficients: [LumaFilterCoefficientsArray; 31],
}

Fields

table_0x_filter_coefficient_n_0: f32table_0y_filter_coefficient_n_0: f32table_0x_filter_coefficient_n_1: f32table_0y_filter_coefficient_n_1: f32table_0x_filter_coefficient_n_2: f32table_0y_filter_coefficient_n_2: f32table_0x_filter_coefficient_n_3: f32table_0y_filter_coefficient_n_3: f32table_0x_filter_coefficient_n_4: f32table_0y_filter_coefficient_n_4: f32table_0x_filter_coefficient_n_5: f32table_0y_filter_coefficient_n_5: f32table_0x_filter_coefficient_n_6: f32table_0y_filter_coefficient_n_6: f32table_0x_filter_coefficient_n_7: f32table_0y_filter_coefficient_n_7: f32filter_coefficients: [LumaFilterCoefficientsArray; 31]

Methods

impl SfcAvsLumaCoeffTableBody[src]

pub const DWORD_LENGTH: u32[src]

Trait Implementations

impl Default for SfcAvsLumaCoeffTableBody[src]

impl Deserialize for SfcAvsLumaCoeffTableBody[src]

impl<'_> From<&'_ [u32; 128]> for SfcAvsLumaCoeffTableBody[src]

impl Serialize for SfcAvsLumaCoeffTableBody[src]

type Out = [u32; 128]

Auto Trait Implementations

impl RefUnwindSafe for SfcAvsLumaCoeffTableBody

impl Send for SfcAvsLumaCoeffTableBody

impl Sync for SfcAvsLumaCoeffTableBody

impl Unpin for SfcAvsLumaCoeffTableBody

impl UnwindSafe for SfcAvsLumaCoeffTableBody

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.