fn diff<T: Pixel>(
dst: &mut [MaybeUninit<i16>],
src1: &PlaneRegion<'_, T>,
src2: &PlaneRegion<'_, T>,
)Expand description
Write into dst the difference between the blocks at src1 and src2
fn diff<T: Pixel>(
dst: &mut [MaybeUninit<i16>],
src1: &PlaneRegion<'_, T>,
src2: &PlaneRegion<'_, T>,
)Write into dst the difference between the blocks at src1 and src2