OCL_FftPlan 1829 modules/core/src/dxt.cpp OCL_FftPlan(int _size, int _depth) : dft_size(_size), dft_depth(_depth), status(true) OCL_FftPlan 2033 modules/core/src/dxt.cpp Ptr<OCL_FftPlan> getFftPlan(int dft_size, int depth) OCL_FftPlan 2036 modules/core/src/dxt.cpp std::map<int, Ptr<OCL_FftPlan> >::iterator f = planStorage.find(key); OCL_FftPlan 2043 modules/core/src/dxt.cpp Ptr<OCL_FftPlan> newPlan = Ptr<OCL_FftPlan>(new OCL_FftPlan(dft_size, depth)); OCL_FftPlan 2059 modules/core/src/dxt.cpp std::map<int, Ptr<OCL_FftPlan> > planStorage; OCL_FftPlan 2065 modules/core/src/dxt.cpp Ptr<OCL_FftPlan> plan = OCL_FftPlanCache::getInstance().getFftPlan(_src.cols(), depth); OCL_FftPlan 2072 modules/core/src/dxt.cpp Ptr<OCL_FftPlan> plan = OCL_FftPlanCache::getInstance().getFftPlan(_src.rows(), depth);