Home | History | Annotate | Download | only in include

Lines Matching full:threshold

56 #define TONE_THR (Word16)(0.65*MAX_16) /* Threshold for tone detection   */
67 /* Constants for VAD threshold */
68 #define VAD_THR_HIGH 1260 /* Highest threshold */
69 #define VAD_THR_LOW 720 /* Lowest threshold */
70 #define VAD_P1 0 /* Noise level for highest threshold */
71 #define VAD_P2 6300 /* Noise level for lowest threshold */
75 #define STAT_COUNT 20 /* threshold of stationary detection counter */
76 #define STAT_COUNT_BY_2 10 /* threshold of stationary detection counter */
77 #define CAD_MIN_STAT_COUNT 5 /* threshold of stationary detection counter */
79 #define STAT_THR_LEVEL 184 /* Threshold level for stationarity detection */
80 #define STAT_THR 1000 /* Threshold for stationarity detection */
115 #define CVAD_THRESH_ADAPT_HIGH (Word16)(0.6 * MAX_16) /* threshold for adapt stopping high */
116 #define CVAD_THRESH_ADAPT_LOW (Word16)(0.5 * MAX_16) /* threshold for adapt stopping low */
117 #define CVAD_THRESH_IN_NOISE (Word16)(0.65 * MAX_16) /* threshold going into speech on */
120 #define CVAD_THRESH_HANG (Word16)(0.70 * MAX_16) /* threshold */
128 #define CVAD_ADAPT_SLOW (Word16)(( 1.0 - 0.98) * MAX_16) /* threshold for slow adaption */
129 #define CVAD_ADAPT_FAST (Word16)((1.0 - 0.92) * MAX_16) /* threshold for fast adaption */
130 #define CVAD_ADAPT_REALLY_FAST (Word16)((1.0 - 0.80) * MAX_16) /* threshold for really fast */