• Home
  • Raw
  • Download

Lines Matching refs:activeEndPos

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