Searched refs:bitrv2 (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/common_audio/third_party/ooura/fft_size_256/ |
D | fft4g.cc | 300 void bitrv2(size_t n, size_t* ip, float* a); 332 bitrv2(nw, ip + 2, w); in makewt() 356 void bitrv2(size_t n, size_t* ip, float* a) { in bitrv2() function 844 bitrv2(n, ip + 2, a); in WebRtc_rdft() 858 bitrv2(n, ip + 2, a); in WebRtc_rdft()
|
/external/fft2d/src/fft2d/fft2d/ |
D | fft4f2d.c | 692 void bitrv2(int n, int *ip, double *a); in makewt() 713 bitrv2(nw, ip + 2, w); in makewt() 740 void bitrv2(int n, int *ip, double *a) in bitrv2() function
|
D | fft4f2d.f | 628 call bitrv2(nw, ip(2), w) 650 subroutine bitrv2(n, ip, a) subroutine
|
D | fftsg.c | 802 void bitrv2(int n, int *ip, double *a); in cftfsub() 832 bitrv2(n, ip, a); in cftfsub() 896 void bitrv2(int n, int *ip, double *a) in bitrv2() function
|
D | fftsg.f | 681 call bitrv2(n, ip, a) 724 subroutine bitrv2(n, ip, a) subroutine
|