Home
last modified time | relevance | path

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

/external/srec/srec/include/
Dvoicing.h44 #define FAST_VOICE_BIT 0x04L macro
51 #define FAST_MATCH_DATA(X) ((X) & (FAST_VOICE_BIT | QUIET_BIT))
53 #define FAST_BIT_SET(X) ((X) & FAST_VOICE_BIT)
/external/srec/srec/clib/
Dvoicing.c125 retval = FAST_VOICE_BIT; in voicing_analysis()