Searched refs:VAD_POW_LOW (Results 1 – 4 of 4) sorted by relevance
95 #define VAD_POW_LOW (Word32)15000 /* If input power is lower, */ macro
96 #define VAD_POW_LOW (Word32)30000L /* If input power is lower than this, VAD is set to 0 */ macro
535 if(pow_sum < VAD_POW_LOW) in vad_decision()
1544 if (L_sub(pow_sum, VAD_POW_LOW, pOverflow) < 0) in vad_decision()