Skip to main content

AvxMdInterpolationQ0_15Double

Trait AvxMdInterpolationQ0_15Double 

Source
pub(crate) trait AvxMdInterpolationQ0_15Double {
    // Required method
    fn inter3_sse(
        &self,
        table0: &[AvxAlignedI16],
        table1: &[AvxAlignedI16],
        in_r: usize,
        in_g: usize,
        in_b: usize,
        lut: &[BarycentricWeight<i16>],
    ) -> (AvxVectorQ0_15Sse, AvxVectorQ0_15Sse);
}

Required Methods§

Source

fn inter3_sse( &self, table0: &[AvxAlignedI16], table1: &[AvxAlignedI16], in_r: usize, in_g: usize, in_b: usize, lut: &[BarycentricWeight<i16>], ) -> (AvxVectorQ0_15Sse, AvxVectorQ0_15Sse)

Implementors§