Home
last modified time | relevance | path

Searched defs:makewt (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/fft2d/src/fft2d/fft2d/
H A Dfftsg.f574 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 Dfft4f2d.f608 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 Dfft4f2d.c690 void makewt(int nw, int *ip, double *w) in makewt() function
H A Dfftsg.c643 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 Dfft4g.cc310 void makewt(size_t nw, size_t* ip, float* w) { in makewt() function