Home
last modified time | relevance | path

Searched refs:m_twiddles (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/FFT/
Dei_kissfft_impl.h22 std::vector<Complex> m_twiddles; member
33 m_twiddles.resize(nfft); in make_twiddles()
36 m_twiddles[i] = exp( Complex(0,i*phinc) ); in make_twiddles()
102 Complex t = Fout[m+k] * m_twiddles[k*fstride]; in bfly2()
114 scratch[0] = Fout[k+m] * m_twiddles[k*fstride]; in bfly4()
115 scratch[1] = Fout[k+2*m] * m_twiddles[k*fstride*2]; in bfly4()
116 scratch[2] = Fout[k+3*m] * m_twiddles[k*fstride*3]; in bfly4()
139 epi3 = m_twiddles[fstride*m]; in bfly3()
141 tw1=tw2=&m_twiddles[0]; in bfly3()
166 Complex * twiddles = &m_twiddles[0]; in bfly5()
[all …]