pub(crate) fn sad_plane<T: Pixel>(
src: &Plane<T>,
dst: &Plane<T>,
cpu: CpuFeatureLevel,
) -> u64
Expand description
Compute the sum of absolute differences (SADs) on 2 rows of pixels
This differs from other SAD functions in that it operates over a row
(or line) of unknown length rather than a PlaneRegion<T>
.