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

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

Completed in 3096 milliseconds