Lines Matching refs:PICODBG_DEBUG

433     PICODBG_DEBUG(("set this->step to cepStep"));  in picocep_newCepUnit()
721 …*rowscpow = invpow + bigpow - 30 - dlen;PICODBG_DEBUG(("input to picocep_fixptInvDiagEle is %i <= … in picocep_fixptInvDiagEle()
1396 PICODBG_DEBUG(("skipping to phone state %i ",state)); in treat_phone()
1399 PICODBG_DEBUG(("state info starts at inBuf pos %i ",pos)); in treat_phone()
1403 PICODBG_DEBUG(("number of frames for this phone state: %i",frames)); in treat_phone()
1405 PICODBG_DEBUG(("PARSE starting with frame %i",frame)); in treat_phone()
1424 PICODBG_DEBUG(("smoothing buffer full at state=%i frame=%i",state, frame)); in treat_phone()
1434 PICODBG_DEBUG(("finished state %i with %i frames, now at index write pos %i", in treat_phone()
1445 PICODBG_DEBUG(("finished phone, advancing inReadPos to %i",cep->inReadPos)); in treat_phone()
1502 PICODBG_DEBUG(("doing pu state %i", cep->procState)); in cepStep()
1516 PICODBG_DEBUG(("COLLECT need more data, returning IDLE")); in cepStep()
1520 PICODBG_DEBUG(("got item, status: %d", sResult)); in cepStep()
1539PICODBG_DEBUG(("getting info from inBuf in range: [%i,%i[", cep->inReadPos, cep->inWritePos)); in cepStep()
1543 PICODBG_DEBUG(("no more items in inBuf, try to collect more")); in cepStep()
1556 …- cep->inReadPos, &ihead, &icontents);PICODBG_DEBUG(("PARSE bad item %s",picodata_head_to_string(&… in cepStep()
1567 PICODBG_DEBUG(("no more items in inBuf, try to collect more")); in cepStep()
1579PICODBG_DEBUG(("PARSE looking at item %s",picodata_head_to_string(&ihead,msgstr,PICOCEP_MSGSTR_SIZ… in cepStep()
1594 }PICODBG_DEBUG(("cep: PARSE consuming item of inBuf")); in cepStep()
1608PICODBG_DEBUG(("cep: PARSE found sentence terminator; setting activeEndPos to %i",cep->activeEndPo… in cepStep()
1613 PICODBG_DEBUG(("cep: PARSE treating PHONE")); in cepStep()
1628 PICODBG_DEBUG(("PARSE copy item in inBuf to outBuf")); in cepStep()
1644PICODBG_DEBUG(("unhandled item (type %c, length %i). Storing associated with index %i",ihead.type,… in cepStep()
1674PICODBG_DEBUG(("PARSE is forced to smooth prematurely; setting activeEndPos to %i", cep->activeEnd… in cepStep()
1680 }PICODBG_DEBUG(("cep: PARSE consuming item of inBuf")); in cepStep()
1708 PICODBG_DEBUG(("smoothing %d frames\n", N)); in cepStep()
1771 PICODBG_DEBUG(("FRAME copy item in inBuf to outBuf")); in cepStep()
1779 PICODBG_DEBUG(("PARSE consuming item of headx/cbuf")); in cepStep()
1794 PICODBG_DEBUG(("FRAME creating FRAME_PAR: active: [0,%i[, read=%i, write=%i", in cepStep()
1812 PICODBG_DEBUG(("FRAME writing position after header: %i",cep->outWritePos)); in cepStep()
1820PICODBG_DEBUG(("FRAME reading phoneId[%i] = %c:",cep->indexReadPos, cep->phoneId[cep->indexReadPos… in cepStep()
1832PICODBG_DEBUG(("FRAME writing position after phone id: %i",cep->outWritePos)); in cepStep()
1862 PICODBG_DEBUG(("FRAME writing position after f0: %i",cep->outWritePos)); in cepStep()
1872PICODBG_DEBUG(("FRAME writing position after cepstrals: %i",cep->outWritePos)); in cepStep()
1881PICODBG_DEBUG(("FRAME writing position after mgc index: %i",cep->outWritePos)); in cepStep()
1894 … cep->nNumFrames = 0;PICODBG_DEBUG(("FRAME no more active frames for this sentence")); in cepStep()
1906 PICODBG_DEBUG(("Maximum number of frames per sentence reached")); in cepStep()
1917 PICODBG_DEBUG(("FEED")); in cepStep()
1919 PICODBG_DEBUG(("FEED putting outBuf item into cb")); in cepStep()
1927 PICODBG_DEBUG(("FEED got overflow, returning PICODATA_PU_OUT_FULL")); in cepStep()
1946 PICODBG_DEBUG(("FEED ok, going back to procState %i", cep->procState)); in cepStep()
1949 PICODBG_DEBUG(("FEED got exception %i when trying to output item",sResult)); in cepStep()