pub fn sse_wxh<T: Pixel, F: Fn(Area, BlockSize) -> DistortionScale>(
src1: &PlaneRegion<'_, T>,
src2: &PlaneRegion<'_, T>,
w: usize,
h: usize,
compute_bias: F,
bit_depth: usize,
cpu: CpuFeatureLevel,
) -> Distortion
Expand description
Sum of Squared Error for a wxh block Currently limited to w and h of valid blocks