Home
last modified time | relevance | path

Searched refs:activeEndPos (Results 1 – 2 of 2) sorted by relevance

/external/svox/pico/lib/
Dpicospho.c210 …picoos_int16 penultima, activeEndPos; /* positions of last two bounds/words; SPHO_POS_INVALID mean… member
283 spho->activeEndPos = SPHO_POS_INVALID; in sphoReset()
971 spho->activeEndPos = SPHO_POS_INVALID; in sphoStep()
1070 if (SPHO_POS_INVALID == spho->activeEndPos) { in sphoStep()
1071 spho->activeEndPos = spho->headxReadPos; in sphoStep()
1102 spho->activeEndPos = spho->headxReadPos; in sphoStep()
1106 spho->penultima = spho->activeEndPos; in sphoStep()
1125 spho->activeEndPos = spho->headxReadPos; in sphoStep()
1134 spho->activeEndPos = spho->headxReadPos; in sphoStep()
1161 || (SPHO_POS_INVALID == spho->activeEndPos) in sphoStep()
[all …]
Dpicocep.c207 picoos_uint16 activeEndPos; /* end position of indices to be considered */ member
259 picoos_uint16 activeEndPos,
263 picoos_uint16 activeEndPos,
329 cep->activeEndPos = PICOCEP_MAXWINLEN; in cepInitialize()
1305 picoos_uint16 activeEndPos, in getDirect() argument
1318 for (i = 0; i < activeEndPos; i++) { in getDirect()
1344 picoos_uint16 activeEndPos, in getVoiced() argument
1354 for (i = 0, j = 0; i < activeEndPos; i++, j++) { in getVoiced()
1605 cep->activeEndPos = cep->indexWritePos; in cepStep()
1608 …ODBG_DEBUG(("cep: PARSE found sentence terminator; setting activeEndPos to %i",cep->activeEndPos)); in cepStep()
[all …]