[][src]Struct intel_genxml::gen12::SfcIefStateBody

pub struct SfcIefStateBody {
    pub gain_factor: u32,
    pub weak_edge_threshold: u32,
    pub strong_edge_threshold: u32,
    pub r3x_coefficient: f32,
    pub r3c_coefficient: f32,
    pub global_noise_estimation: u32,
    pub non_edge_weight: u32,
    pub regular_weight: u32,
    pub strong_edge_weight: u32,
    pub r5x_coefficient: f32,
    pub r5cx_coefficient: f32,
    pub r5c_coefficient: f32,
    pub std_sin_alpha: f32,
    pub std_cos_alpha: f32,
    pub sat_max: u32,
    pub hue_max: u32,
    pub s3u: f32,
    pub diamond_margin: u32,
    pub vy_std_enable: bool,
    pub u_mid: u32,
    pub v_mid: u32,
    pub diamond_dv: i32,
    pub diamond_th: u32,
    pub diamond_alpha: f32,
    pub hs_margin: u32,
    pub diamond_du: i32,
    pub skin_detail_factor: u32,
    pub y_point_1: u32,
    pub y_point_2: u32,
    pub y_point_3: u32,
    pub y_point_4: u32,
    pub inv_margin_vyl: f32,
    pub inv_margin_vyu: f32,
    pub p0l: u32,
    pub p1l: u32,
    pub p2l: u32,
    pub p3l: u32,
    pub b0l: u32,
    pub b1l: u32,
    pub b2l: u32,
    pub b3l: u32,
    pub s0l: f32,
    pub y_slope_2: f32,
    pub s1l: f32,
    pub s2l: f32,
    pub s3l: f32,
    pub p0u: u32,
    pub p1u: u32,
    pub y_slope1: f32,
    pub p2u: u32,
    pub p3u: u32,
    pub b0u: u32,
    pub b1u: u32,
    pub b2u: u32,
    pub b3u: u32,
    pub s0u: f32,
    pub s1u: f32,
    pub s2u: f32,
    pub transform_enable: bool,
    pub yuv_channel_swap: bool,
    pub c0: f32,
    pub c1: f32,
    pub c2: f32,
    pub c3: f32,
    pub c4: f32,
    pub c5: f32,
    pub c6: f32,
    pub c7: f32,
    pub c8: f32,
    pub offset_in_1: f32,
    pub offset_out_1: f32,
    pub offset_in_2: f32,
    pub offset_out_2: f32,
    pub offset_in_3: f32,
    pub offset_out_3: f32,
}

Fields

gain_factor: u32weak_edge_threshold: u32strong_edge_threshold: u32r3x_coefficient: f32r3c_coefficient: f32global_noise_estimation: u32non_edge_weight: u32regular_weight: u32strong_edge_weight: u32r5x_coefficient: f32r5cx_coefficient: f32r5c_coefficient: f32std_sin_alpha: f32std_cos_alpha: f32sat_max: u32hue_max: u32s3u: f32diamond_margin: u32vy_std_enable: boolu_mid: u32v_mid: u32diamond_dv: i32diamond_th: u32diamond_alpha: f32hs_margin: u32diamond_du: i32skin_detail_factor: u32y_point_1: u32y_point_2: u32y_point_3: u32y_point_4: u32inv_margin_vyl: f32inv_margin_vyu: f32p0l: u32p1l: u32p2l: u32p3l: u32b0l: u32b1l: u32b2l: u32b3l: u32s0l: f32y_slope_2: f32s1l: f32s2l: f32s3l: f32p0u: u32p1u: u32y_slope1: f32p2u: u32p3u: u32b0u: u32b1u: u32b2u: u32b3u: u32s0u: f32s1u: f32s2u: f32transform_enable: boolyuv_channel_swap: boolc0: f32c1: f32c2: f32c3: f32c4: f32c5: f32c6: f32c7: f32c8: f32offset_in_1: f32offset_out_1: f32offset_in_2: f32offset_out_2: f32offset_in_3: f32offset_out_3: f32

Methods

impl SfcIefStateBody[src]

pub const DWORD_LENGTH: u32[src]

pub const DETAIL_REVEALED: u32[src]

pub const NOT_DETAIL_REVEALED: u32[src]

Trait Implementations

impl Default for SfcIefStateBody[src]

impl Deserialize for SfcIefStateBody[src]

impl<'_> From<&'_ [u32; 23]> for SfcIefStateBody[src]

impl Serialize for SfcIefStateBody[src]

type Out = [u32; 23]

Auto Trait Implementations

impl RefUnwindSafe for SfcIefStateBody

impl Send for SfcIefStateBody

impl Sync for SfcIefStateBody

impl Unpin for SfcIefStateBody

impl UnwindSafe for SfcIefStateBody

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.