Skip to content

struct stereo_matrix dsp_extra

struct stereo_matrix { … }

function operator()(const vec<vec<T, 2>, N> &)

template <typename T, size_t N>
KFR_MEM_INTRINSIC vec<vec<T, 2>, N> operator()(const vec<vec<T, 2>, N>& x) const

Defined at dsp/mixdown.hpp:47

function process(const vec<vec<T, 2>, N> &, csizes_t<indices...>)

template <typename T, size_t N, size_t... indices>
KFR_MEM_INTRINSIC vec<vec<T, 2>, N> process(const vec<vec<T, 2>, N>& x, csizes_t<indices...>) const

Defined at dsp/mixdown.hpp:52

variable matrix

const f64x2x2 matrix

Defined at dsp/mixdown.hpp:56

Defined at dsp/mixdown.hpp:44