Home
last modified time | relevance | path

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

/third_party/libsnd/tests/
Ddft_cmp.c34 static void dft_magnitude (const double *data, double *spectrum) ;
76 dft_magnitude (orig, orig_spec) ; in dft_cmp_double()
77 dft_magnitude (test, test_spec) ; in dft_cmp_double()
101 dft_magnitude (const double *data, double *spectrum) in dft_magnitude() function