Searched refs:CvComplex64f (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cxcore/src/
H A D_cxcore.h98 struct CvComplex64f;
106 explicit CvComplex32f( const CvComplex64f& v );
109 operator CvComplex64f() const;
112 struct CvComplex64f struct
116 CvComplex64f() {} function in struct:CvComplex64f
117 CvComplex64f( double _re, double _im=0 ) : re(_re), im(_im) {} function in struct:CvComplex64f
118 explicit CvComplex64f( const CvComplex32f& v );
119 //CvComplex64f( const CvComplex64f& v ) : re(v.re), im(v.im) {}
120 //CvComplex64f
125 inline CvComplex64f::CvComplex64f( const CvComplex32f& v ) : re(v.re), im(v.im) {} function in class:CvComplex64f
[all...]
H A Dcxdxt.cpp227 CvComplex64f w, w1;
247 if( elem_size == sizeof(CvComplex64f) )
248 ((CvComplex64f*)_wave)[0] = CvComplex64f(1.,0.);
368 if( elem_size == sizeof(CvComplex64f) )
370 CvComplex64f* wave = (CvComplex64f*)_wave;
433 icvDFT_64fc( const CvComplex64f* src, CvComplex64f* dst, int n,
435 const CvComplex64f* wav
[all...]
H A Dcxmatmul.cpp563 ICV_DEF_GEMM_SINGLE_MUL( 32f_C2R, CvComplex32f, CvComplex64f)
564 ICV_DEF_GEMM_BLOCK_MUL( 32f_C2R, CvComplex32f, CvComplex64f)
565 ICV_DEF_GEMM_STORE( 32f_C2R, CvComplex32f, CvComplex64f)
567 ICV_DEF_GEMM_SINGLE_MUL( 64f_C2R, CvComplex64f, CvComplex64f)
568 ICV_DEF_GEMM_BLOCK_MUL( 64f_C2R, CvComplex64f, CvComplex64f)
569 ICV_DEF_GEMM_STORE( 64f_C2R, CvComplex64f, CvComplex64f)
1076 CvComplex64f _alph
[all...]

Completed in 2039 milliseconds