Lines Matching full:frame
49 FRAME(PHONID,F0 [?])ceps{25}
51 each PHONE produces at least StatesPerPhone FRAME (if each state has FramesPerState == 1), but usually more.
149 picoos_uint16 frame; /* sync position */
1384 picoos_uint16 state, frame, frames;
1392 /* set state and frame to the first state and frame in the phone to be considered */
1394 frame = 0; /* the first frame to be considered */
1405 PICODBG_DEBUG(("PARSE starting with frame %i",frame));
1420 if ((cep->indexWritePos - frame) + frames > PICOCEP_MAXWINLEN) {
1422 frames = PICOCEP_MAXWINLEN - (cep->indexWritePos - frame);
1424 PICODBG_DEBUG(("smoothing buffer full at state=%i frame=%i",state, frame));
1426 while (frame < frames) {
1431 frame++;
1438 frame = 0;
1622 /* sentence end or flush remaining after frame or other non-processable item, e.g. command */
1661 cep->headx[cep->headxWritePos].frame
1751 /* setting indexReadPos to the next active index to be used. (will be advanced by FRAME when
1761 /* *************** creating output items (type FRAME) ***********************************/
1763 PICODBG_TRACE(("FRAME"));
1766 && (cep->headx[cep->headxBottom].frame
1771 PICODBG_DEBUG(("FRAME copy item in inBuf to outBuf"));
1794 PICODBG_DEBUG(("FRAME creating FRAME_PAR: active: [0,%i[, read=%i, write=%i",
1812 PICODBG_DEBUG(("FRAME writing position after header: %i",cep->outWritePos));
1820 PICODBG_DEBUG(("FRAME reading phoneId[%i] = %c:",cep->indexReadPos, cep->phoneId[cep->indexReadPos]));
1832 PICODBG_DEBUG(("FRAME writing position after phone id: %i",cep->outWritePos));
1862 PICODBG_DEBUG(("FRAME writing position after f0: %i",cep->outWritePos));
1872 PICODBG_DEBUG(("FRAME writing position after cepstrals: %i",cep->outWritePos));
1881 PICODBG_DEBUG(("FRAME writing position after mgc index: %i",cep->outWritePos));
1894 cep->nNumFrames = 0;PICODBG_DEBUG(("FRAME no more active frames for this sentence"));