Searched refs:getVoicingCode (Results 1 – 3 of 3) sorted by relevance
/external/srec/srec/clib/ |
D | fpi_tgt.c | 687 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/ |
D | fpi_tgt.h | 145 featdata getVoicingCode(fepFramePkt *frmPkt, featdata *frmptr);
|
/external/srec/srec/crec/ |
D | get_fram.c | 366 voicedata = getVoicingCode(inutt->gen_utt.frame, framdata); in copy_utterance_frame()
|