Function sse_size8

Source
fn sse_size8<T: Pixel>(
    rec: &PlaneRegion<'_, T>,
    src: &PlaneRegion<'_, T>,
    tally: &mut [i64; 65],
    horizontal_p: bool,
    bd: usize,
)