Home
last modified time | relevance | path

Searched refs:maxAltDescLen (Results 1 – 4 of 4) sorted by relevance

/external/svox/pico/lib/
Dpicotrns.c457 picotrns_altDesc_t altDesc[], picoos_uint16 maxAltDescLen, in TransductionStep() argument
514 if (tmpRecPos < maxAltDescLen-1) { in TransductionStep()
565 picotrns_AltDesc altDescBuf, picoos_uint16 maxAltDescLen, in picotrns_transduce() argument
589 TransductionStep(fst,&transductionState,altDescBuf,maxAltDescLen,firstSolOnly,printSolution, in picotrns_transduce()
612 picoos_uint16 maxAltDescLen; member
633 picoos_uint16 maxAltDescLen) in picotrns_newSimpleTransducer() argument
644 this->altDescBuf = picotrns_allocate_alt_desc_buf(mm, maxAltDescLen, &this->maxAltDescLen); in picotrns_newSimpleTransducer()
687 this->altDescBuf,this->maxAltDescLen,&nrSteps); in picotrns_stTransduce()
Dpicotrns.h137 picotrns_AltDesc altDescBuf, picoos_uint16 maxAltDescLen,
167 picoos_uint16 maxAltDescLen);
Dpicospho.c198 picoos_uint16 maxAltDescLen; member
388 …uf = picotrns_allocate_alt_desc_buf(spho->common->mm, SPHO_MAX_ALTDESC_SIZE, &spho->maxAltDescLen); in picospho_newSentPhoUnit()
1238 spho->maxAltDescLen, &nrSteps); in sphoStep()
Dpicosa.c215 picoos_uint16 maxAltDescLen; member
470 sa->altDescBuf = picotrns_allocate_alt_desc_buf(mm, SA_MAX_ALTDESC_SIZE, &sa->maxAltDescLen); in picosa_newSentAnaUnit()
1644 sa->maxAltDescLen, &nrSteps); in saStep()