Searched refs:activeEndPos (Results 1 – 2 of 2) sorted by relevance
210 …picoos_int16 penultima, activeEndPos; /* positions of last two bounds/words; SPHO_POS_INVALID mean… member283 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 …]
207 picoos_uint16 activeEndPos; /* end position of indices to be considered */ member259 picoos_uint16 activeEndPos,263 picoos_uint16 activeEndPos,329 cep->activeEndPos = PICOCEP_MAXWINLEN; in cepInitialize()1305 picoos_uint16 activeEndPos, in getDirect() argument1318 for (i = 0; i < activeEndPos; i++) { in getDirect()1344 picoos_uint16 activeEndPos, in getVoiced() argument1354 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 …]