Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Ddxt.cpp786 typedef void (*DFTFunc)(const OcvDftOptions & c, const void* src, void* dst); typedef
804 DFTFunc dft_func;
3335 static DFTFunc dft_tbl[6] = in init()
3337 (DFTFunc)DFT_32f, in init()
3338 (DFTFunc)RealDFT_32f, in init()
3339 (DFTFunc)CCSIDFT_32f, in init()
3340 (DFTFunc)DFT_64f, in init()
3341 (DFTFunc)RealDFT_64f, in init()
3342 (DFTFunc)CCSIDFT_64f in init()