Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxdxt.cpp61 icvDFTInitAlloc_R_32f_t icvDFTInitAlloc_R_32f_p = 0; variable
1883 if( len*count >= 64 && icvDFTInitAlloc_R_32f_p != 0 ) // use IPP DFT if available in cvDFT()
1893 IPPI_CALL( icvDFTInitAlloc_R_32f_p( in cvDFT()
2699 if( len*count >= 64 && icvDFTInitAlloc_R_32f_p ) in cvDCT()
2706 IPPI_CALL( icvDFTInitAlloc_R_32f_p( &spec_dft, len, 8, cvAlgHintNone )); in cvDCT()