Home
last modified time | relevance | path

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

/external/srec/srec/cfront/
Dsp_fft.c144 pthis->m_logLength = logLength; in new_srfft()
178 m = pthis->m_logLength; in allocate_butterfly_tbl()
275 m = pthis->m_logLength; in allocate_trigonomy_tbl()
338 m = pthis->m_logLength; in allocate_bitreverse_tbl()
501 m = pthis->m_logLength; in do_fft1()
667 scale = 8 * sizeof(fftdata) - 2 - pthis->m_logLength; in do_real_fft_magsq()
789 scale += pthis->m_logLength + 1; in do_real_fft_magsq()
/external/srec/srec/include/
Dsp_fft.h194 unsigned m_logLength; member