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

  /external/openfst/src/test/
fst_test.h 223 G *dfst = static_cast<G *>(gfst); local
224 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 869 DeterminizeFst<Arc> dfst(ifst, idistance, &odistance, nopts);
874 Prune(dfst, ofst, popts);
  /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 117 milliseconds