Lines Matching refs:picoos_uint8
155 picoos_uint8 boundstrength; /* bstrength to the left, 0 if not set */
156 picoos_uint8 phrasetype; /* btype for following phrase, 0 if not set */
173 picoos_uint8 procState; /* for next processing step decision */
176 picoos_uint8 tmpbuf[PICODATA_MAX_ITEMSIZE]; /* tmp. location for an item */
182 picoos_uint8 cbuf[SPHO_MAXSIZE_CBUF];
186 … picoos_uint8 outBuf[PICODATA_BUFSIZE_DEFAULT]; /* internal output buffer to hold just one item */
192 picoos_uint8 sylBuf[255]; /* internal buffer to hold contents of syl item to be output */
193 …picoos_uint8 sylReadPos, sylWritePos; /* next pos to read from sylBuf, next pos to write to sylBuf…
212 picoos_uint8 lastPhraseType; /* phrase type of the last phrase boundary, 0 if not set */
214 picoos_uint8 needMoreInput, /* more data necessary to decide on token */
225 picoos_uint8 feedFollowState; /* where to return after feed */
228 picoos_uint8 numFsts;
230 picoos_uint8 curFst; /* the fst to be applied next */
239 picoos_uint8 primStressId, secondStressId, syllSepId;
291 picoos_uint8 i; in sphoInitialize()
462 picoos_uint8 plane, unshifted; in sphoAddPhoneme()
492 picoos_uint8 wacc, picoos_uint8 sylStress) in sphoGetSylAccent()
525 picoos_uint8 convertAccents, picoos_uint8 * suppressWB) in sphoExtractPhonemes()
530 picoos_uint8 curStress; in sphoExtractPhonemes()
534 picoos_uint8* content; in sphoExtractPhonemes()
717 static picoos_uint8 fstModifiedBoundStrength(picoos_uint8 orig, picoos_uint8 target) in fstModifiedBoundStrength()
747 static picoos_uint8 breakModifiedBoundStrength(picoos_uint8 orig, picoos_uint16 time, picoos_bool w… in breakModifiedBoundStrength()
749 picoos_uint8 modified = (0 == time) ? PICODATA_ITEMINFO1_BOUND_PHR3 : in breakModifiedBoundStrength()
810 picoos_uint8 ocontent[2*sizeof(picoos_uint16)]; in putSideBoundToOutput()
850 …tic void setSideBound(spho_subobj_t * spho, picoos_uint8 orig_strength, picoos_uint8 orig_type, pi… in setSideBound()
851 picoos_uint8 strength; in setSideBound()
880 picoos_uint8 fromPhrase = ((PICODATA_ITEMINFO1_BOUND_PHR0 != orig_strength)); in setSideBound()
881 picoos_uint8 toPhrase = ((PICODATA_ITEMINFO1_BOUND_PHR0 != strength)); in setSideBound()
930 picoos_uint8 *icontent; in sphoStep()
939 picoos_uint8 plane; in sphoStep()
1311 picoos_uint8 orig_strength, orig_type; in sphoStep()
1335 (picoos_uint8) sym); in sphoStep()
1604 (picoos_uint8 *)"spho: ", in sphoStep()