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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
fft4g.c 289 static void makewt(int nw, int *ip, float *w);
308 makewt(n >> 2, ip, w);
332 makewt(nw, ip, w);
372 makewt(nw, ip, w);
423 makewt(nw, ip, w);
474 makewt(nw, ip, w);
563 makewt(nw, ip, w);
642 static void makewt(int nw, int *ip, float *w) function
    [all...]
  /external/webrtc/src/modules/audio_processing/utility/
fft4g.c 289 static void makewt(int nw, int *ip, float *w);
308 makewt(n >> 2, ip, w);
332 makewt(nw, ip, w);
372 makewt(nw, ip, w);
423 makewt(nw, ip, w);
474 makewt(nw, ip, w);
563 makewt(nw, ip, w);
642 static void makewt(int nw, int *ip, float *w) function
    [all...]

Completed in 414 milliseconds