Searched refs:Complexd (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/core/test/ |
D | test_dxt.cpp | 13 Complexd wi, w1; in initDFTWave() 15 Complexd* w = wave.ptr<Complexd>(); in initDFTWave() 50 const Complexd* w = wave.ptr<Complexd>(); in DFT_1D() 61 Complexd sum(0,0); in DFT_1D() 82 Complexd* dst = (Complexd*)(dst0 + i*dststep); in DFT_1D() 83 Complexd sum(0,0); in DFT_1D() 89 const Complexd* src = (const Complexd*)(src0 + j*srcstep); in DFT_1D() 325 Complexd* dst = _dst.ptr<Complexd>(); in convertFromCCS() 399 Complexd* row = mat.ptr<Complexd>(i); in fixCCS() 408 Complexd* row2 = mat.ptr<Complexd>(rows-i); in fixCCS()
|
/external/opencv3/modules/core/src/ |
D | dxt.cpp | 1454 static void DFT_64f( const Complexd* src, Complexd* dst, int n, in DFT_64f() 1456 const Complexd* wave, int tab_size, in DFT_64f() 1457 const void* spec, Complexd* buf, in DFT_64f() 1472 const int* itab, const Complexd* wave, int tab_size, const void* spec, in RealDFT_64f() 1473 Complexd* buf, int flags, double scale ) in RealDFT_64f() 1486 const int* itab, const Complexd* wave, int tab_size, const void* spec, in CCSIDFT_64f() 1487 Complexd* buf, int flags, double scale ) in CCSIDFT_64f() 3307 … const Complexd* dft_wave, const Complexd* dct_wave, const void* spec, Complexd* buf ) in DCT_64f() 3315 … const Complexd* dft_wave, const Complexd* dct_wave, const void* spec, Complexd* buf ) in IDCT_64f()
|
D | matmul.cpp | 607 GEMMSingleMul<Complexf,Complexd>(a_data, a_step, b_data, b_step, c_data, in GEMMSingleMul_32fc() 612 static void GEMMSingleMul_64fc( const Complexd* a_data, size_t a_step, in GEMMSingleMul_64fc() 613 const Complexd* b_data, size_t b_step, in GEMMSingleMul_64fc() 614 const Complexd* c_data, size_t c_step, in GEMMSingleMul_64fc() 615 Complexd* d_data, size_t d_step, in GEMMSingleMul_64fc() 619 GEMMSingleMul<Complexd,Complexd>(a_data, a_step, b_data, b_step, c_data, in GEMMSingleMul_64fc() 644 Complexd* d_data, size_t d_step, in GEMMBlockMul_32fc() 651 static void GEMMBlockMul_64fc( const Complexd* a_data, size_t a_step, in GEMMBlockMul_64fc() 652 const Complexd* b_data, size_t b_step, in GEMMBlockMul_64fc() 653 Complexd* d_data, size_t d_step, in GEMMBlockMul_64fc() [all …]
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | types.hpp | 90 typedef Complex<double> Complexd; typedef
|