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

  /external/openfst/src/test/
fst_test.h 226 G *dfst = static_cast<G *>(gfst); local
227 TestBase(*dfst);
  /external/openfst/src/include/fst/
shortest-path.h 461 DeterminizeFst<ReverseArc> dfst(rfst, distance, &ddistance, dopts);
462 NShortestPath(dfst, ofst, ddistance, n, opts.delta,
determinize.h     [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
fft4g.c 27 dfst: Sine Transform of RDFT (Real Anti-symmetric DFT)
34 void dfst(int, float *, float *, int *, float *);
256 dfst(n, a, t, ip, w);
275 dfst(n, a, t, ip, w);
277 dfst(n, a, t, ip, w);
555 static void dfst(int n, float *a, float *t, int *ip, float *w)
    [all...]
  /external/webrtc/src/modules/audio_processing/utility/
fft4g.c 27 dfst: Sine Transform of RDFT (Real Anti-symmetric DFT)
34 void dfst(int, float *, float *, int *, float *);
256 dfst(n, a, t, ip, w);
275 dfst(n, a, t, ip, w);
277 dfst(n, a, t, ip, w);
555 static void dfst(int n, float *a, float *t, int *ip, float *w)
    [all...]

Completed in 512 milliseconds