HomeSort by relevance Sort by last modified time
    Searched refs:dft_type (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/core/test/ocl/
test_dft.cpp 68 int dft_flags, depth, cn, dft_type; local
78 dft_type = GET_PARAM(1);
82 switch (dft_type)
117 if (dft_type == R2C && is1d && (dft_flags & cv::DFT_INVERSE) == 0)
  /external/opencv3/modules/core/perf/opencl/
perf_dxt.cpp 74 const int dft_type = get<0>(params); local
79 switch (dft_type)
  /external/opencv3/modules/cudaarithm/src/
arithm.cpp 343 cufftType dft_type = CUFFT_R2C;
345 dft_type = is_complex_output ? CUFFT_C2C : CUFFT_C2R;
349 cufftSafeCall( cufftPlan1d(&plan, dft_size_opt.width, dft_type, dft_size_opt.height) );
351 cufftSafeCall( cufftPlan2d(&plan, dft_size_opt.height, dft_size_opt.width, dft_type) );

Completed in 1172 milliseconds