pub unsafe fn upsample_horizontal_avx2( input: &[i16], in_near: &[i16], in_far: &[i16], scratch: &mut [i16], output: &mut [i16], )