Trait surgeshaper_asym::imports::FilterProcessQuad[][src]

pub trait FilterProcessQuad {
    fn process_quad(
        &self,
        qfu: &mut QuadFilterUnitState,
        input: __m128
    ) -> __m128; }
Expand description

|structs implementing this trait can perform |quad filter processing in our signal path | |it is best to keep the structs themselves |lightweight

Required methods

Implementors