pub fn log2_block(out: &mut [f32], src: &[f32])
out[i] = log2(src[i]). Building block for log10 and linear_to_db.
out[i] = log2(src[i])
linear_to_db