Searched refs:fftw_c2r_plan (Results 1 – 1 of 1) sorted by relevance
1322 fftw_c2r_plan; in InverseFourierTransform() local1373 fftw_c2r_plan=fftw_plan_dft_c2r_2d(fourier_info->width,fourier_info->height, in InverseFourierTransform()1375 fftw_execute_dft_c2r(fftw_c2r_plan,fourier_pixels,source_pixels); in InverseFourierTransform()1376 fftw_destroy_plan(fftw_c2r_plan); in InverseFourierTransform()