pub(crate) struct TrilinearAvxQ0_15Double<const GRID_SIZE: usize> {}Implementations§
Source§impl<const GRID_SIZE: usize> TrilinearAvxQ0_15Double<GRID_SIZE>
impl<const GRID_SIZE: usize> TrilinearAvxQ0_15Double<GRID_SIZE>
unsafe fn interpolate( &self, in_r: usize, in_g: usize, in_b: usize, lut: &[BarycentricWeight<i16>], rv: impl Fetcher<AvxVectorQ0_15>, ) -> (AvxVectorQ0_15Sse, AvxVectorQ0_15Sse)
Trait Implementations§
Source§impl<const GRID_SIZE: usize> AvxMdInterpolationQ0_15Double for TrilinearAvxQ0_15Double<GRID_SIZE>
impl<const GRID_SIZE: usize> AvxMdInterpolationQ0_15Double for TrilinearAvxQ0_15Double<GRID_SIZE>
fn inter3_sse( &self, table0: &[AvxAlignedI16], table1: &[AvxAlignedI16], in_r: usize, in_g: usize, in_b: usize, lut: &[BarycentricWeight<i16>], ) -> (AvxVectorQ0_15Sse, AvxVectorQ0_15Sse)
Auto Trait Implementations§
impl<const GRID_SIZE: usize> Freeze for TrilinearAvxQ0_15Double<GRID_SIZE>
impl<const GRID_SIZE: usize> RefUnwindSafe for TrilinearAvxQ0_15Double<GRID_SIZE>
impl<const GRID_SIZE: usize> Send for TrilinearAvxQ0_15Double<GRID_SIZE>
impl<const GRID_SIZE: usize> Sync for TrilinearAvxQ0_15Double<GRID_SIZE>
impl<const GRID_SIZE: usize> Unpin for TrilinearAvxQ0_15Double<GRID_SIZE>
impl<const GRID_SIZE: usize> UnsafeUnpin for TrilinearAvxQ0_15Double<GRID_SIZE>
impl<const GRID_SIZE: usize> UnwindSafe for TrilinearAvxQ0_15Double<GRID_SIZE>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more