Function run_filter

Source
unsafe fn run_filter<T: AsPrimitive<i32>>(
    src: *const T,
    stride: usize,
    filter: [i32; 8],
) -> i32