Home
last modified time | relevance | path

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

/external/fft2d/src/fft2d/fft2d/
Dfftsg2d.c349 #ifndef FFT2D_MAX_THREADS
350 #define FFT2D_MAX_THREADS 4 macro
374 #ifndef FFT2D_MAX_THREADS
375 #define FFT2D_MAX_THREADS 4 macro
424 nthread = FFT2D_MAX_THREADS; in cdft2d()
489 nthread = FFT2D_MAX_THREADS; in rdft2d()
601 nthread = FFT2D_MAX_THREADS; in ddct2d()
665 nthread = FFT2D_MAX_THREADS; in ddst2d()
860 fft2d_thread_t th[FFT2D_MAX_THREADS]; in xdft2d0_subth()
861 fft2d_arg_t ag[FFT2D_MAX_THREADS]; in xdft2d0_subth()
[all …]