Searched refs:phonBuf (Results 1 - 2 of 2) sorted by relevance

/external/svox/pico/lib/
H A Dpicospho.c77 * - phonBuf,
105 * - PROCESS_PARSE : go through inBuf items and extract position/phoneme pairs into phoneme buffer 'phonBuf'
107 * - PROCESS_TRANSDUCE : transduce phonBuf
121 * - PROCESS_SYL : the WORDPHON coming from RECOMB is matched against the phonBuf and (new) SYLLPHON items
205 picotrns_possym_t * phonBuf; member in struct:spho_subobj
276 spho->phonBuf = spho->phonBufA;
465 PICODBG_TRACE(("adding %i/%i (%c on plane %i) at phonBuf[%i]",pos,sym,unshifted,plane,spho->phonWritePos));
471 spho->phonBuf[spho->phonWritePos].pos = pos;
472 spho->phonBuf[spho->phonWritePos].sym = sym;
521 /* extract phonemes of an item into a phonBuf */
[all...]
H A Dpicosa.c206 picotrns_possym_t * phonBuf; member in struct:sa_subobj
291 sa->phonBuf = sa->phonBufA;
1041 /* extract phonemes of an item into a phonBuf */
1050 PICODBG_DEBUG(("adding %i/%i (%c on plane %i) at phonBuf[%i]",pos,sym,unshifted,plane,sa->phonWritePos));
1057 sa->phonBuf[sa->phonWritePos].pos = pos;
1058 sa->phonBuf[sa->phonWritePos].sym = sym;
1117 /* *readPos is the next position in phonBuf to be read, and *writePos is the first position not to be read (may be outside
1129 while ((sa->phonReadPos < sa->phonWritePos) && (PICOTRNS_POS_IGNORE == sa->phonBuf[sa->phonReadPos].pos)) {
1130 PICODBG_DEBUG(("ignoring phone at sa->phonBuf[%i] because it has pos==IGNORE",sa->phonReadPos));
1134 *pos = sa->phonBuf[s
[all...]

Completed in 98 milliseconds