Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxdxt.cpp1745 static CvDFTFunc dft_tbl[6]; in cvDFT() local
1768 dft_tbl[0] = (CvDFTFunc)icvDFT_32fc; in cvDFT()
1769 dft_tbl[1] = (CvDFTFunc)icvRealDFT_32f; in cvDFT()
1770 dft_tbl[2] = (CvDFTFunc)icvCCSIDFT_32f; in cvDFT()
1771 dft_tbl[3] = (CvDFTFunc)icvDFT_64fc; in cvDFT()
1772 dft_tbl[4] = (CvDFTFunc)icvRealDFT_64f; in cvDFT()
1773 dft_tbl[5] = (CvDFTFunc)icvCCSIDFT_64f; in cvDFT()
2003 dft_func = dft_tbl[(!real_transform ? 0 : !inv ? 1 : 2) + (depth == CV_64F)*3]; in cvDFT()
2056 dft_func = dft_tbl[(depth == CV_64F)*3]; in cvDFT()