HomeSort by relevance Sort by last modified time
    Searched refs:rftfsub (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/modules/audio_processing/utility/
fft4g.c 297 static void rftfsub(int n, float *a, int nc, float *c);
343 rftfsub(n, a, nc, w + nw);
400 rftfsub(n, a, nc, w + nw);
451 rftfsub(n, a, nc, w + nw);
506 rftfsub(m, a, nc, w + nw);
523 rftfsub(m, t, nc, w + nw);
591 rftfsub(m, a, nc, w + nw);
608 rftfsub(m, t, nc, w + nw);
1234 static void rftfsub(int n, float *a, int nc, float *c) function
    [all...]
  /external/svox/pico/lib/
picofftsg.c 378 static void rftfsub(picoos_int32 n, PICOFFTSG_FFTTYPE *a);
383 static void rftfsub(picoos_int32 n, PICOFFTSG_FFTTYPE *a);
444 rftfsub(n, a);
514 rftfsub(n, a);
3064 void rftfsub(picoos_int32 n, PICOFFTSG_FFTTYPE *a) function
    [all...]

Completed in 145 milliseconds