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

/external/opencv/cxcore/src/
H A Dcxdxt.cpp440 int inv = flags & CV_DXT_INVERSE;
863 int inv = flags & CV_DXT_INVERSE;
1758 int nf = 0, inv = (flags & CV_DXT_INVERSE) != 0;
1852 ipp_norm_flag = !(flags & CV_DXT_SCALE) ? 8 : (flags & CV_DXT_INVERSE) ? 2 : 1;
2481 dft_wave, n, spec, buf, CV_DXT_INVERSE, 1.0 ); \
2588 int inv = (flags & CV_DXT_INVERSE) != 0, depth = -1;
/external/opencv/cxcore/include/
H A Dcxcore.h894 #define CV_DXT_INVERSE 1 macro
896 #define CV_DXT_INV_SCALE (CV_DXT_INVERSE + CV_DXT_SCALE)
/external/opencv/cv/src/
H A Dcvtemplmatch.cpp258 cvDFT( _dft_img, _dft_img, CV_DXT_INVERSE, csz.height );

Completed in 53 milliseconds