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

  /external/srec/tools/grxmlcompile/
grxmlcompile.cpp 823 fst::StdVectorFst g_fst = p_fst; // this is a copy!! local
828 fst::Project(&g_fst, fst::PROJECT_INPUT);
829 if(debug) g_fst.Write( grxmlBasename + ".G");
830 fst::Reverse( g_fst, &grev_fst);
876 fst::Concat( &g_fst, suffix_fst);
877 fst::Concat( &prefix_fst, g_fst);
    [all...]

Completed in 137 milliseconds