Searched defs:nonzero_rows (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/core/perf/ |
D | perf_dft.cpp | 26 int nonzero_rows = 0; in PERF_TEST_P() local
|
/external/opencv3/modules/core/test/ocl/ |
D | test_dft.cpp | 111 int nonzero_rows = hint ? src.rows - randomInt(1, src.rows-1) : 0; in OCL_TEST_P() local
|
/external/opencv3/modules/core/src/ |
D | dxt.cpp | 2062 static bool ocl_dft_rows(InputArray _src, OutputArray _dst, int nonzero_rows, int flags, int fftTyp… in ocl_dft_rows() 2076 static bool ocl_dft(InputArray _src, OutputArray _dst, int flags, int nonzero_rows) in ocl_dft() 2470 void cv::dft( InputArray _src0, OutputArray _dst, int flags, int nonzero_rows ) in dft() 2904 void cv::idft( InputArray src, OutputArray dst, int flags, int nonzero_rows ) in idft() 3809 cvDFT( const CvArr* srcarr, CvArr* dstarr, int flags, int nonzero_rows ) in cvDFT()
|
/external/opencv/cxcore/src/ |
D | cxdxt.cpp | 1743 cvDFT( const CvArr* srcarr, CvArr* dstarr, int flags, int nonzero_rows ) in cvDFT()
|