#[repr(align(16))]
pub struct HalfRateFilterSSE { pub va: A1d<__m128>, pub vx0: A1d<__m128>, pub vx1: A1d<__m128>, pub vx2: A1d<__m128>, pub vy0: A1d<__m128>, pub vy1: A1d<__m128>, pub vy2: A1d<__m128>, pub oldout: __m128, pub m: usize, pub steep: bool, pub oldout_l: f32, pub oldout_r: f32, }

Fields

va: A1d<__m128>vx0: A1d<__m128>vx1: A1d<__m128>vx2: A1d<__m128>vy0: A1d<__m128>vy1: A1d<__m128>vy2: A1d<__m128>oldout: __m128m: usizesteep: boololdout_l: f32oldout_r: f32

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

| when steep is false, we use softer slopes, | more attenuation and less stopband | ripple |

Safety Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

process in place, the new block will be half the size

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.