Searched defs:makewt (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/fft2d/src/fft2d/fft2d/ |
H A D | fftsg.f | 574 subroutine makewt(nw, ip, w) subroutine 575 integer nw, ip(0 : *), j, nwh, nw0, nw1 576 real*8 w(0 : nw - 1), delta, wn4r, wk1r, wk1i, wk3r, wk3i
|
H A D | fft4f2d.f | 608 subroutine makewt(nw, ip, w) subroutine 609 integer nw, ip(0 : *), nwh, j local 610 real*8 w(0 : nw - 1), delta, x, y local
|
H A D | fft4f2d.c | 690 void makewt(int nw, int *ip, double *w) in makewt() function
|
H A D | fftsg.c | 643 void makewt(int nw, int *ip, double *w) in makewt() function
|
/aosp_15_r20/external/webrtc/common_audio/third_party/ooura/fft_size_256/ |
H A D | fft4g.cc | 310 void makewt(size_t nw, size_t* ip, float* w) { in makewt() function
|