Home
last modified time | relevance | path

Searched refs:FAST_MATCH_DATA (Results 1 – 2 of 2) sorted by relevance

/external/srec/srec/clib/
Dfpi_tgt.c803 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()
/external/srec/srec/include/
Dvoicing.h51 #define FAST_MATCH_DATA(X) ((X) & (FAST_VOICE_BIT | QUIET_BIT)) macro