Searched refs:isgn (Results 1 - 3 of 3) sorted by relevance

/external/svox/pico/lib/
H A Dpicofftsg.h45 extern void rdft(int n, int isgn, PICOFFTSG_FFTTYPE *a);
H A Dpicofftsg.c388 static void ddct(picoos_int32 n, picoos_int32 isgn, PICOFFTSG_FFTTYPE *a);
437 void rdft(picoos_int32 n, picoos_int32 isgn, PICOFFTSG_FFTTYPE *a) argument
441 if (isgn >= 0) {
486 void ddct(picoos_int32 n, picoos_int32 isgn, PICOFFTSG_FFTTYPE *a) argument
491 if (isgn < 0) {
511 if (isgn >= 0) {
/external/webrtc/src/modules/audio_processing/utility/
H A Dfft4g.c305 void WebRtc_cdft(int n, int isgn, float *a, int *ip, float *w) argument
311 if (isgn >= 0) {
324 void WebRtc_rdft(int n, int isgn, float *a, int *ip, float *w) argument
339 if (isgn >= 0) {
364 static void ddct(int n, int isgn, float *a, int *ip, float *w)
379 if (isgn < 0) {
396 if (isgn >= 0) {
415 static void ddst(int n, int isgn, float *a, int *ip, float *w)
430 if (isgn < 0) {
447 if (isgn >
[all...]

Completed in 285 milliseconds