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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compose.h 431 void AddArc(StateId s, const A &arca, const A &arcb, int f,
435 arc.ilabel = arcb.ilabel;
437 arc.weight = Times(arcb.weight, arca.weight);
438 StateTuple tuple(arcb.nextstate, arca.nextstate, f);
442 arc.olabel = arcb.olabel;
443 arc.weight = Times(arca.weight, arcb.weight);
444 StateTuple tuple(arca.nextstate, arcb.nextstate, f);
496 const A &arcb = aiterb.Value(); local
497 Label labelb = find_input ? arcb.olabel : arcb.ilabel
510 const A &arcb = aiterb.Value(); local
    [all...]
  /external/openfst/src/include/fst/
lookahead-filter.h 294 FilterState LookAheadFilterArc(Arc *arca, Arc *arcb,
307 arcb->nextstate) ? f :
547 FilterState PushedLabelFilterArc(Arc *arca, Arc *arcb,
550 const Label &labelb = LookAheadOutput() ? arcb->ilabel : arcb->olabel;
571 FilterState PushLabelFilterArc(Arc *arca, Arc *arcb,
574 const Label &labelb = LookAheadOutput() ? arcb->olabel : arcb->ilabel;
586 arcb->ilabel = larc.ilabel; // Yes, go forward on that arc,
587 arcb->olabel = larc.olabel; // thus pushing the label
    [all...]
compose.h 316 Arc arcb = arc; local
318 const FilterState &f = filter_->FilterArc(&arcb, &arca);
320 AddArc(s, arcb, arca, f);
322 const FilterState &f = filter_->FilterArc(&arca, &arcb);
324 AddArc(s, arca, arcb, f);
label-reachable.h 341 const A &arcb = aiter->Value(); local
343 reach_weight_ = accumulator_->Sum(reach_weight_, arcb.weight);

Completed in 716 milliseconds