Searched defs:DFT_INVERSE (Results 1 - 3 of 3) sorted by relevance

/external/opencv3/modules/core/perf/opencl/
H A Dperf_dxt.cpp70 Values((int) 0, (int)DFT_ROWS, (int)DFT_SCALE, (int)DFT_INVERSE,
71 (int)DFT_INVERSE | DFT_SCALE, (int)DFT_ROWS | DFT_INVERSE)))
68 OCL_PERF_TEST_P(DftFixture, Dft, ::testing::Combine(Values(C2C, R2R, C2R, R2C), Values(OCL_SIZE_1, OCL_SIZE_2, OCL_SIZE_3, Size(512, 512), Size(1024, 1024), Size(2048, 2048)), Values((int) 0, (int)DFT_ROWS, (int)DFT_SCALE, (int)DFT_INVERSE, (int)DFT_INVERSE | DFT_SCALE, (int)DFT_ROWS | DFT_INVERSE))) argument
/external/opencv3/modules/core/include/opencv2/core/
H A Dbase.hpp197 DFT_INVERSE = 1, enumerator in enum:cv::DftFlags
199 combined with DFT_INVERSE. */
223 DCT_INVERSE = DFT_INVERSE,
/external/opencv3/modules/java/src/
H A Dcore+Core.java133 DFT_INVERSE = 1, field in class:Core
138 DCT_INVERSE = DFT_INVERSE,

Completed in 366 milliseconds