cufftSafeCall 349 modules/cudaarithm/src/arithm.cpp cufftSafeCall( cufftPlan1d(&plan, dft_size_opt.width, dft_type, dft_size_opt.height) ); cufftSafeCall 351 modules/cudaarithm/src/arithm.cpp cufftSafeCall( cufftPlan2d(&plan, dft_size_opt.height, dft_size_opt.width, dft_type) ); cufftSafeCall 353 modules/cudaarithm/src/arithm.cpp cufftSafeCall( cufftSetStream(plan, StreamAccessor::getStream(stream)) ); cufftSafeCall 362 modules/cudaarithm/src/arithm.cpp cufftSafeCall(cufftExecC2C( cufftSafeCall 371 modules/cudaarithm/src/arithm.cpp cufftSafeCall(cufftExecC2R( cufftSafeCall 385 modules/cudaarithm/src/arithm.cpp cufftSafeCall(cufftExecR2C( cufftSafeCall 389 modules/cudaarithm/src/arithm.cpp cufftSafeCall( cufftDestroy(plan) ); cufftSafeCall 486 modules/cudaarithm/src/arithm.cpp cufftSafeCall( cufftPlan2d(&planC2R, dft_size.height, dft_size.width, CUFFT_C2R) ); cufftSafeCall 487 modules/cudaarithm/src/arithm.cpp cufftSafeCall( cufftPlan2d(&planR2C, dft_size.height, dft_size.width, CUFFT_R2C) ); cufftSafeCall 489 modules/cudaarithm/src/arithm.cpp cufftSafeCall( cufftSetStream(planR2C, stream) ); cufftSafeCall 490 modules/cudaarithm/src/arithm.cpp cufftSafeCall( cufftSetStream(planC2R, stream) ); cufftSafeCall 496 modules/cudaarithm/src/arithm.cpp cufftSafeCall( cufftExecR2C(planR2C, templ_block.ptr<cufftReal>(), templ_spect.ptr<cufftComplex>()) ); cufftSafeCall 510 modules/cudaarithm/src/arithm.cpp cufftSafeCall(cufftExecR2C(planR2C, image_block.ptr<cufftReal>(), cufftSafeCall 514 modules/cudaarithm/src/arithm.cpp cufftSafeCall(cufftExecC2R(planC2R, result_spect.ptr<cufftComplex>(), cufftSafeCall 528 modules/cudaarithm/src/arithm.cpp cufftSafeCall( cufftDestroy(planR2C) ); cufftSafeCall 529 modules/cudaarithm/src/arithm.cpp cufftSafeCall( cufftDestroy(planC2R) );