Lines Matching refs:activeEndPos
207 picoos_uint16 activeEndPos; /* end position of indices to be considered */
259 picoos_uint16 activeEndPos,
263 picoos_uint16 activeEndPos,
329 cep->activeEndPos = PICOCEP_MAXWINLEN;
1297 * @param activeEndPos : ??
1305 picoos_uint16 activeEndPos,
1318 for (i = 0; i < activeEndPos; i++) {
1338 * @param activeEndPos : end position of indices to be considered
1344 picoos_uint16 activeEndPos,
1354 for (i = 0, j = 0; i < activeEndPos; i++, j++) {
1605 cep->activeEndPos = cep->indexWritePos;
1608 PICODBG_DEBUG(("cep: PARSE found sentence terminator; setting activeEndPos to %i",cep->activeEndPos));
1674 PICODBG_DEBUG(("PARSE is forced to smooth prematurely; setting activeEndPos to %i", cep->activeEndPos));
1696 N = cep->activeEndPos; /* numframes in current step */
1713 if (cep->activeEndPos <= 0) {
1721 getDirect(pdf, cep->indicesLFZ, cep->activeEndPos,
1725 cep->outF0WritePos += cep->activeEndPos * pdf->ceporder;
1730 if (cep->activeEndPos <= 0) {
1740 getDirect(pdf, cep->indicesMGC, cep->activeEndPos,
1744 cep->outXCepWritePos += cep->activeEndPos * pdf->ceporder;
1746 getVoiced(pdf, cep->indicesMGC, cep->activeEndPos, cep->outVoiced
1748 cep->outVoicedWritePos += cep->activeEndPos;
1788 if (cep->indexReadPos < cep->activeEndPos) {
1795 cep->activeEndPos, cep->indexReadPos, cep->indexWritePos
1900 cep->activeEndPos = PICOCEP_MAXWINLEN;