Home
last modified time | relevance | path

Searched refs:getVoicingCode (Results 1 – 3 of 3) sorted by relevance

/external/srec/srec/clib/
Dfpi_tgt.c687 featdata getVoicingCode(fepFramePkt* frmPkt, featdata *frmptr) in getVoicingCode() function
803 voistat = FAST_MATCH_DATA(getVoicingCode(frmPkt, last_push)); in utterance_detection_fixup()
807 voistat = FAST_MATCH_DATA(getVoicingCode(frmPkt, last_push)); in utterance_detection_fixup()
811 voistat = FAST_MATCH_DATA(getVoicingCode(frmPkt, last_push)); in utterance_detection_fixup()
816 gotstat = FAST_MATCH_DATA(getVoicingCode(frmPkt, last_push)); in utterance_detection_fixup()
822 voice_result = getVoicingCode(frmPkt, fram); in utterance_detection_fixup()
833 getVoicingCode(frmPkt, fram)); in utterance_detection_fixup()
848 getVoicingCode(frmPkt, fram)); in utterance_detection_fixup()
864 getVoicingCode(frmPkt, fram)); in utterance_detection_fixup()
877 getVoicingCode(frmPkt, last_push)); in utterance_detection_fixup()
[all …]
/external/srec/srec/include/
Dfpi_tgt.h145 featdata getVoicingCode(fepFramePkt *frmPkt, featdata *frmptr);
/external/srec/srec/crec/
Dget_fram.c366 voicedata = getVoicingCode(inutt->gen_utt.frame, framdata); in copy_utterance_frame()