Searched defs:cftbsub (Results  1 – 3 of 3) sorted by relevance
| /external/webrtc/common_audio/third_party/ooura/fft_size_256/ | 
| D | fft4g.cc | 502 void cftbsub(size_t n, float* a, float* w) {  in cftbsub()  function
 | 
| /external/fft2d/src/fft2d/fft2d/ | 
| D | fftsg.f | 696       subroutine cftbsub(n, a, ip, nw, w)  subroutine697       integer n, ip(0 : *), nw
 698       real*8 a(0 : n - 1), w(0 : nw - 1)
 
 | 
| D | fftsg.c | 848 void cftbsub(int n, double *a, int *ip, int nw, double *w)  in cftbsub()  function
 |