[−][src]Struct intel_genxml::gen9::SfcIefStateBody
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: f32Methods
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]
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]
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>,