Home
last modified time | relevance | path

Searched refs:ICV_DFT_COMPLEX_INPUT_OR_OUTPUT (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
Dcxdxt.cpp429 #define ICV_DFT_COMPLEX_INPUT_OR_OUTPUT 4 macro
1295 int complex_output = (flags & ICV_DFT_COMPLEX_INPUT_OR_OUTPUT) != 0;\
1414 int complex_input = (flags & ICV_DFT_COMPLEX_INPUT_OR_OUTPUT) != 0; \
1990 ICV_DFT_COMPLEX_INPUT_OR_OUTPUT : 0); in cvDFT()
1996 !(_flags & ICV_DFT_COMPLEX_INPUT_OR_OUTPUT)) in cvDFT()
2000 if( !inv && (_flags & ICV_DFT_COMPLEX_INPUT_OR_OUTPUT) ) in cvDFT()