[−][src]Struct intel_genxml::gen10::SfcIefStateBody
Fields
gain_factor: u32
weak_edge_threshold: u32
strong_edge_threshold: u32
r3x_coefficient: f32
r3c_coefficient: f32
global_noise_estimation: u32
non_edge_weight: u32
regular_weight: u32
strong_edge_weight: u32
r5x_coefficient: f32
r5cx_coefficient: f32
r5c_coefficient: f32
std_sin_alpha: f32
std_cos_alpha: f32
sat_max: u32
hue_max: u32
s3u: f32
diamond_margin: u32
vy_std_enable: bool
u_mid: u32
v_mid: u32
diamond_dv: i32
diamond_th: u32
diamond_alpha: f32
hs_margin: u32
diamond_du: i32
skin_detail_factor: u32
y_point_1: u32
y_point_2: u32
y_point_3: u32
y_point_4: u32
inv_margin_vyl: f32
inv_margin_vyu: f32
p0l: u32
p1l: u32
p2l: u32
p3l: u32
b0l: u32
b1l: u32
b2l: u32
b3l: u32
s0l: f32
y_slope_2: f32
s1l: f32
s2l: f32
s3l: f32
p0u: u32
p1u: u32
y_slope1: f32
p2u: u32
p3u: u32
b0u: u32
b1u: u32
b2u: u32
b3u: u32
s0u: f32
s1u: f32
s2u: f32
transform_enable: bool
yuv_channel_swap: bool
c0: f32
c1: f32
c2: f32
c3: f32
c4: f32
c5: f32
c6: f32
c7: f32
c8: f32
offset_in_1: f32
offset_out_1: f32
offset_in_2: f32
offset_out_2: f32
offset_in_3: f32
offset_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]
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>,