Searched defs:transductionState (Results 1 - 1 of 1) sorted by relevance

/external/svox/pico/lib/
H A Dpicotrns.c435 static void StartTransduction (struct picotrns_transductionState * transductionState) argument
437 (*transductionState).phase = 0;
443 reference positions in 'inSeq'. '*transductionState' must have been
456 static void TransductionStep (picokfst_FST fst, struct picotrns_transductionState * transductionState, argument
473 tmpRecPos = (*transductionState).recPos;
474 switch ((*transductionState).phase) {
476 (*transductionState).nrSol = 0;
480 NoteSolution(& (*transductionState).nrSol,printSolution,altDesc,0,outSeq,outSeqLen,maxOutSeqLen);
489 (*transductionState).phase = 1;
493 if ((tmpRecPos < 0) || (firstSolOnly && ((*transductionState)
568 struct picotrns_transductionState transductionState; local
[all...]

Completed in 16 milliseconds