Home
last modified time | relevance | path

Searched refs:headxBottom (Results 1 – 3 of 3) sorted by relevance

/external/svox/pico/lib/
Dpicosa.c193 picoos_uint16 headxBottom; /* bottom */ member
268 sa->headxBottom = 0; in saInitialize()
1523 sa->headxBottom, sa->headxLen)); in saStep()
1528 sa->headxBottom = 0; in saStep()
1541 &(sa->headx[sa->headxBottom].head), in saStep()
1542 &(sa->cbuf2[sa->headx[sa->headxBottom].cind]), in saStep()
1543 sa->headx[sa->headxBottom].head.len, sa->tmpbuf, in saStep()
1546 if (PICODATA_ITEM_WORDPHON == sa->headx[sa->headxBottom].head.type) { in saStep()
1548 rv = saExtractPhonemes(this, sa, 0, &(sa->headx[sa->headxBottom].head), in saStep()
1549 &(sa->cbuf2[sa->headx[sa->headxBottom].cind])); in saStep()
[all …]
Dpicoacph.c142 picoos_uint16 headxBottom; /* bottom */ member
177 acph->headxBottom = 0; in acphInitialize()
1271 acph->headxBottom, acph->headxLen)); in acphStep()
1273 indupbound = acph->headxBottom + acph->headxLen; in acphStep()
1276 if (acph->headxBottom == 0) { in acphStep()
1297 for (i = acph->headxBottom; i < indupbound; i++) { in acphStep()
1377 acph->headxBottom++; in acphStep()
1402 acph->headxBottom = 0; in acphStep()
Dpicocep.c175 picoos_uint16 headxBottom; /* bottom */ member
301 cep->headxBottom = cep->headxWritePos = 0; in cepInitialize()
1765 if ((cep->headxBottom < cep->headxWritePos) in cepStep()
1766 && (cep->headx[cep->headxBottom].frame in cepStep()
1773 &(cep->headx[cep->headxBottom].head), in cepStep()
1774 &(cep->cbuf[cep->headx[cep->headxBottom].cind]), in cepStep()
1775 cep->headx[cep->headxBottom].head.len, cep->outBuf, in cepStep()
1780 cep->headxBottom++; in cepStep()
1901 cep->headxBottom = cep->headxWritePos = 0; in cepStep()