Searched refs:TONE_THR (Results 1 – 4 of 4) sorted by relevance
56 #define TONE_THR (Word16)(0.65*MAX_16) /* Threshold for tone detection */ macro
33 #define TONE_THR (Word16)(0.65*MAX_16) /* Threshold for tone detection */ macro
746 if (p_gain > TONE_THR) in wb_vad_tone_detection()
2013 if ((temp > 0) && (L_msu(t0, temp, TONE_THR, pOverflow) > 0)) in vad_tone_detection()