template <class D>
auto AddNoiseToRGB(const D d, const hwy::N_SSE4::Vec<D> rnd_noise_r, const hwy::N_SSE4::Vec<D> rnd_noise_g, const hwy::N_SSE4::Vec<D> rnd_noise_cor, const hwy::N_SSE4::Vec<D> noise_strength_g, const hwy::N_SSE4::Vec<D> noise_strength_r, float ytox, float ytob, float* out_x, float* out_y, float* out_b) -> void