Searched refs:DCT_INVERSE (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/core/perf/ |
D | perf_dft.cpp | 43 CV_ENUM(DCT_FlagsType, 0, DCT_INVERSE , DCT_ROWS, DCT_INVERSE|DCT_ROWS)
|
/external/opencv3/modules/core/test/ |
D | test_dxt.cpp | 218 Mat wave = initDCTWave( dst.cols, (flags & DCT_INVERSE) != 0 ); in DCT_2D() 231 wave = initDCTWave( dst.rows, (flags & DCT_INVERSE) != 0 ); in DCT_2D()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | base.hpp | 223 DCT_INVERSE = DFT_INVERSE, enumerator
|
/external/opencv3/modules/core/misc/java/test/ |
D | CoreTest.java | 307 Core.dct(gray0_32f_1d, dst1, Core.DCT_INVERSE); in testDctMatMatInt() 308 Core.dct(in, dst2, Core.DCT_INVERSE); in testDctMatMatInt()
|
/external/opencv3/modules/core/src/ |
D | dxt.cpp | 3458 bool inv = (flags & DCT_INVERSE) != 0; in dct() 3601 dct( src, dst, flags | DCT_INVERSE ); in idct() 3851 int _flags = ((flags & CV_DXT_INVERSE) ? cv::DCT_INVERSE : 0) | in cvDCT()
|
/external/opencv3/modules/java/src/ |
D | core+Core.java | 138 DCT_INVERSE = DFT_INVERSE, field in Core
|