DftFlags          108 modules/cudaarithm/perf/perf_arithm.cpp CV_FLAGS(DftFlags, 0, cv::DFT_INVERSE, cv::DFT_SCALE, cv::DFT_ROWS, cv::DFT_COMPLEX_OUTPUT, cv::DFT_REAL_OUTPUT)
DftFlags          110 modules/cudaarithm/perf/perf_arithm.cpp DEF_PARAM_TEST(Sz_Flags, cv::Size, DftFlags);
DftFlags          114 modules/cudaarithm/perf/perf_arithm.cpp                     Values(0, DftFlags(cv::DFT_ROWS))))
DftFlags          178 modules/cudaarithm/perf/perf_arithm.cpp                     Values(0, DftFlags(cv::DFT_ROWS), DftFlags(cv::DFT_INVERSE))))
DftFlags          131 modules/cudaarithm/test/test_arithm.cpp CV_FLAGS(DftFlags, 0, cv::DFT_INVERSE, cv::DFT_SCALE, cv::DFT_ROWS, cv::DFT_COMPLEX_OUTPUT, cv::DFT_REAL_OUTPUT)
DftFlags          133 modules/cudaarithm/test/test_arithm.cpp PARAM_TEST_CASE(MulSpectrums, cv::cuda::DeviceInfo, cv::Size, DftFlags)
DftFlags          182 modules/cudaarithm/test/test_arithm.cpp     testing::Values(DftFlags(0), DftFlags(cv::DFT_ROWS))));