struct TransformMatrixShaperQ2_13Optimized<T: Copy, const SRC_LAYOUT: u8, const DST_LAYOUT: u8, const LINEAR_CAP: usize, const PRECISION: i32> {
pub(crate) profile: TransformMatrixShaperFixedPointOpt<i16, i16, T, LINEAR_CAP>,
pub(crate) bit_depth: usize,
pub(crate) gamma_lut: usize,
}Fields§
§profile: TransformMatrixShaperFixedPointOpt<i16, i16, T, LINEAR_CAP>§bit_depth: usize§gamma_lut: usizeTrait Implementations§
Source§impl<T: Clone + PointeeSizeExpressible + Copy + Default + 'static, const SRC_LAYOUT: u8, const DST_LAYOUT: u8, const LINEAR_CAP: usize, const PRECISION: i32> TransformExecutor<T> for TransformMatrixShaperQ2_13Optimized<T, SRC_LAYOUT, DST_LAYOUT, LINEAR_CAP, PRECISION>where
u32: AsPrimitive<T>,
impl<T: Clone + PointeeSizeExpressible + Copy + Default + 'static, const SRC_LAYOUT: u8, const DST_LAYOUT: u8, const LINEAR_CAP: usize, const PRECISION: i32> TransformExecutor<T> for TransformMatrixShaperQ2_13Optimized<T, SRC_LAYOUT, DST_LAYOUT, LINEAR_CAP, PRECISION>where
u32: AsPrimitive<T>,
Auto Trait Implementations§
impl<T, const SRC_LAYOUT: u8, const DST_LAYOUT: u8, const LINEAR_CAP: usize, const PRECISION: i32> Freeze for TransformMatrixShaperQ2_13Optimized<T, SRC_LAYOUT, DST_LAYOUT, LINEAR_CAP, PRECISION>
impl<T, const SRC_LAYOUT: u8, const DST_LAYOUT: u8, const LINEAR_CAP: usize, const PRECISION: i32> RefUnwindSafe for TransformMatrixShaperQ2_13Optimized<T, SRC_LAYOUT, DST_LAYOUT, LINEAR_CAP, PRECISION>where
T: RefUnwindSafe,
impl<T, const SRC_LAYOUT: u8, const DST_LAYOUT: u8, const LINEAR_CAP: usize, const PRECISION: i32> Send for TransformMatrixShaperQ2_13Optimized<T, SRC_LAYOUT, DST_LAYOUT, LINEAR_CAP, PRECISION>where
T: Send,
impl<T, const SRC_LAYOUT: u8, const DST_LAYOUT: u8, const LINEAR_CAP: usize, const PRECISION: i32> Sync for TransformMatrixShaperQ2_13Optimized<T, SRC_LAYOUT, DST_LAYOUT, LINEAR_CAP, PRECISION>where
T: Sync,
impl<T, const SRC_LAYOUT: u8, const DST_LAYOUT: u8, const LINEAR_CAP: usize, const PRECISION: i32> Unpin for TransformMatrixShaperQ2_13Optimized<T, SRC_LAYOUT, DST_LAYOUT, LINEAR_CAP, PRECISION>
impl<T, const SRC_LAYOUT: u8, const DST_LAYOUT: u8, const LINEAR_CAP: usize, const PRECISION: i32> UnsafeUnpin for TransformMatrixShaperQ2_13Optimized<T, SRC_LAYOUT, DST_LAYOUT, LINEAR_CAP, PRECISION>
impl<T, const SRC_LAYOUT: u8, const DST_LAYOUT: u8, const LINEAR_CAP: usize, const PRECISION: i32> UnwindSafe for TransformMatrixShaperQ2_13Optimized<T, SRC_LAYOUT, DST_LAYOUT, LINEAR_CAP, PRECISION>where
T: UnwindSafe,
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