Searched refs:setVoicingCode (Results 1 – 2 of 2) sorted by relevance
/external/srec/srec/clib/ |
D | fpi_tgt.c | 700 void setVoicingCode(fepFramePkt* frmPkt, featdata *frmptr, featdata vcode) in setVoicingCode() function 835 setVoicingCode(frmPkt, fram, REC_VOICE_BIT); in utterance_detection_fixup() 850 setVoicingCode(frmPkt, fram, REC_UNSURE_BIT); in utterance_detection_fixup() 866 setVoicingCode(frmPkt, fram, REC_QUIET_BIT); in utterance_detection_fixup() 880 setVoicingCode(frmPkt, last_push, REC_QUIET_BIT); in utterance_detection_fixup() 882 setVoicingCode(frmPkt, last_push, REC_VOICE_BIT); in utterance_detection_fixup() 884 setVoicingCode(frmPkt, last_push, REC_UNSURE_BIT); in utterance_detection_fixup()
|
/external/srec/srec/include/ |
D | fpi_tgt.h | 146 void setVoicingCode(fepFramePkt *frmPkt, featdata *frmptr, featdata vcode);
|