Home
last modified time | relevance | path

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

/dports/graphics/IPA/IPA-1.08/Global/
H A Dfft.c35 static void fft_2d(double * data, int nn, int mm, int isign, double * buffer);
92 fft_2d(( double *) ret-> data, ret-> w, ret-> h, inverse ? FFT_INVERSE : FFT_DIRECT, buffer); in IPA__Global_fft()
191 static void fft_2d(double * data, int nn, int mm, int isign, double * copy) in fft_2d() function
331 fft_2d( data, ret-> w, ret-> h, FFT_DIRECT, buffer); in IPA__Global_band_filter()
338 fft_2d( data, ret-> w, ret-> h, FFT_INVERSE, buffer); in IPA__Global_band_filter()
/dports/science/sparta/sparta-20Oct2021/src/FFT/
H A Dfft2d_wrap.cpp47 fft_2d((FFT_DATA *) in,(FFT_DATA *) out,flag,plan); in compute()
H A Dfft2d.h76 void fft_2d(FFT_DATA *, FFT_DATA *, int, struct fft_plan_2d *);
H A Dfft2d.cpp60 void fft_2d(FFT_DATA *in, FFT_DATA *out, int flag, struct fft_plan_2d *plan) in fft_2d() function
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/brip/
H A Dbrip_vil1_float_ops.h299 static bool fft_2d(vnl_matrix<std::complex<double> >& c, int nx,int ny,int dir);
H A Dbrip_vil_float_ops.h769 static bool fft_2d(vnl_matrix<std::complex<double> >& c, int nx,int ny,int dir);
H A Dbrip_vil1_float_ops.cxx1274 bool brip_vil1_float_ops::fft_2d(vnl_matrix<std::complex<double> >& c,int nx,int ny,int dir) in fft_2d() function in brip_vil1_float_ops
1377 brip_vil1_float_ops::fft_2d(fft_matrix, w, h, 1); in fourier_transform()
1411 brip_vil1_float_ops::fft_2d(fft_matrix, w, h, -1); in inverse_fourier_transform()
H A Dbrip_vil_float_ops.cxx2337 bool brip_vil_float_ops::fft_2d(vnl_matrix<std::complex<double> >& c,int nx,int ny,int dir) in fft_2d() function in brip_vil_float_ops
2441 brip_vil_float_ops::fft_2d(fft_matrix, w, h, 1); in fourier_transform()
2475 brip_vil_float_ops::fft_2d(fft_matrix, w, h, -1); in inverse_fourier_transform()