Home
last modified time | relevance | path

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

/dports/misc/vxl/vxl-3.3.2/core/vil/algo/
H A Dvil_fft.hxx27 vnl_fft_1d<T> fft_1d(n0); in vil_fft_2d_base() local
37 fft_1d.transform(d, dir); in vil_fft_2d_base()
52 fft_1d.transform(v, dir); in vil_fft_2d_base()
/dports/graphics/IPA/IPA-1.08/Global/
H A Dfft.c118 static void fft_1d(double *data, int nn, int isign) in fft_1d() function
201 fft_1d(data+index1, nn, isign); in fft_2d()
220 fft_1d(copy, mm, isign); in fft_2d()
239 fft_1d(data+index1, nn, isign); in fft_2d()
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dgsl_fun.hpp42 int fft_1d( BaseGDL* p0, void* data, SizeT nEl, SizeT offset, SizeT stride,
H A Dgsl_fun.cpp437 fft_1d(tabfft, &(*tabtemp)[0], tabfft->Dim(dimension), offset, stride, in fft_template()
496 fft_1d( p0, &(*res)[0], nEl, offset, stride, in fft_template()
502 fft_1d( p0, &(*res)[0], p0->Dim(1), i, stride, in fft_template()
506 fft_1d( res, &(*res)[0], in fft_template()
529 fft_1d( p0, &(*res)[0], p0->Dim(k-1), offset, stride, in fft_template()
532 fft_1d( res, &(*res)[0], p0->Dim(k-1), offset, stride, in fft_template()
677 int fft_1d( BaseGDL* p0, void* data, SizeT nEl, SizeT offset, SizeT stride, in fft_1d() function
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/brip/
H A Dbrip_vil1_float_ops.h296 static bool fft_1d(int dir, int m, double* x, double* y);
H A Dbrip_vil_float_ops.h766 static bool fft_1d(int dir, int m, double* x, double* y);
H A Dbrip_vil1_float_ops.cxx1197 bool brip_vil1_float_ops::fft_1d(int dir, int m, double* x, double* y) in fft_1d() function in brip_vil1_float_ops
1293 brip_vil1_float_ops::fft_1d(dir,mx,real,imag); in fft_2d()
1311 fft_1d(dir,my,real,imag); in fft_2d()
H A Dbrip_vil_float_ops.cxx2260 bool brip_vil_float_ops::fft_1d(int dir, int m, double* x, double* y) in fft_1d() function in brip_vil_float_ops
2356 brip_vil_float_ops::fft_1d(dir,mx,real,imag); in fft_2d()
2374 fft_1d(dir,my,real,imag); in fft_2d()