pub(crate) struct TrilinearAvxQ0_15<const GRID_SIZE: usize> {}Implementations§
Source§impl<const GRID_SIZE: usize> TrilinearAvxQ0_15<GRID_SIZE>
impl<const GRID_SIZE: usize> TrilinearAvxQ0_15<GRID_SIZE>
unsafe fn interpolate( &self, in_r: usize, in_g: usize, in_b: usize, lut: &[BarycentricWeight<i16>], r: impl Fetcher<AvxVectorQ0_15Sse>, ) -> AvxVectorQ0_15Sse
Trait Implementations§
Source§impl<const GRID_SIZE: usize> AvxMdInterpolationQ0_15 for TrilinearAvxQ0_15<GRID_SIZE>
impl<const GRID_SIZE: usize> AvxMdInterpolationQ0_15 for TrilinearAvxQ0_15<GRID_SIZE>
fn inter3_sse( &self, table: &[AvxAlignedI16], in_r: usize, in_g: usize, in_b: usize, lut: &[BarycentricWeight<i16>], ) -> AvxVectorQ0_15Sse
Auto Trait Implementations§
impl<const GRID_SIZE: usize> Freeze for TrilinearAvxQ0_15<GRID_SIZE>
impl<const GRID_SIZE: usize> RefUnwindSafe for TrilinearAvxQ0_15<GRID_SIZE>
impl<const GRID_SIZE: usize> Send for TrilinearAvxQ0_15<GRID_SIZE>
impl<const GRID_SIZE: usize> Sync for TrilinearAvxQ0_15<GRID_SIZE>
impl<const GRID_SIZE: usize> Unpin for TrilinearAvxQ0_15<GRID_SIZE>
impl<const GRID_SIZE: usize> UnsafeUnpin for TrilinearAvxQ0_15<GRID_SIZE>
impl<const GRID_SIZE: usize> UnwindSafe for TrilinearAvxQ0_15<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