Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxdxt.cpp2802 static const int icvOptimalDFTSize[] = { variable
2987 int a = 0, b = sizeof(icvOptimalDFTSize)/sizeof(icvOptimalDFTSize[0]) - 1; in cvGetOptimalDFTSize()
2988 if( (unsigned)size0 >= (unsigned)icvOptimalDFTSize[b] ) in cvGetOptimalDFTSize()
2994 if( size0 <= icvOptimalDFTSize[c] ) in cvGetOptimalDFTSize()
3000 return icvOptimalDFTSize[b]; in cvGetOptimalDFTSize()