Dft 68 modules/core/perf/opencl/perf_dxt.cpp OCL_PERF_TEST_P(DftFixture, Dft, ::testing::Combine(Values(C2C, R2R, C2R, R2C), Dft 1506 modules/core/src/dxt.cpp template <typename Dft> Dft 1511 modules/core/src/dxt.cpp Dft_C_IPPLoop_Invoker(const Mat& _src, Mat& _dst, const Dft& _ippidft, int _norm_flag, bool *_ok) : Dft 1573 modules/core/src/dxt.cpp const Dft& ippidft; Dft 1580 modules/core/src/dxt.cpp template <typename Dft> Dft 1585 modules/core/src/dxt.cpp Dft_R_IPPLoop_Invoker(const Mat& _src, Mat& _dst, const Dft& _ippidft, int _norm_flag, bool *_ok) : Dft 1647 modules/core/src/dxt.cpp const Dft& ippidft; Dft 1654 modules/core/src/dxt.cpp template <typename Dft> Dft 1655 modules/core/src/dxt.cpp bool Dft_C_IPPLoop(const Mat& src, Mat& dst, const Dft& ippidft, int norm_flag) Dft 1658 modules/core/src/dxt.cpp parallel_for_(Range(0, src.rows), Dft_C_IPPLoop_Invoker<Dft>(src, dst, ippidft, norm_flag, &ok), src.total()/(double)(1<<16) ); Dft 1662 modules/core/src/dxt.cpp template <typename Dft> Dft 1663 modules/core/src/dxt.cpp bool Dft_R_IPPLoop(const Mat& src, Mat& dst, const Dft& ippidft, int norm_flag) Dft 1666 modules/core/src/dxt.cpp parallel_for_(Range(0, src.rows), Dft_R_IPPLoop_Invoker<Dft>(src, dst, ippidft, norm_flag, &ok), src.total()/(double)(1<<16) ); Dft 65 modules/core/test/ocl/test_dft.cpp PARAM_TEST_CASE(Dft, cv::Size, OCL_FFT_TYPE, MatDepth, bool, bool, bool, bool) Dft 107 modules/core/test/ocl/test_dft.cpp OCL_TEST_P(Dft, Mat) Dft 178 modules/core/test/ocl/test_dft.cpp OCL_INSTANTIATE_TEST_CASE_P(Core, Dft, Combine(Values(cv::Size(45, 72), cv::Size(36, 36), cv::Size(512, 1), cv::Size(1280, 768)), Dft 176 modules/cudaarithm/perf/perf_arithm.cpp PERF_TEST_P(Sz_Flags, Dft, Dft 226 modules/cudaarithm/test/test_arithm.cpp CUDA_TEST_P(Dft, C2C) Dft 290 modules/cudaarithm/test/test_arithm.cpp CUDA_TEST_P(Dft, R2CThenC2R) Dft 312 modules/cudaarithm/test/test_arithm.cpp INSTANTIATE_TEST_CASE_P(CUDA_Arithm, Dft, ALL_DEVICES);