Function common_adjust_vertical

Source
fn common_adjust_vertical(
    use_outer_taps: bool,
    pixels: &mut [u8],
    point: usize,
    stride: usize,
) -> i32
Expand description

Used in both the simple and normal filters described in 15.2 and 15.3

Adjusts the 2 middle pixels in a vertical loop filter