Searched defs:kZeroCrossingLowLim (Results 1 - 2 of 2) sorted by last modified time

/external/webrtc/src/modules/audio_processing/agc/
H A Danalog_agc.c410 const WebRtc_Word16 kZeroCrossingLowLim = 15; local
444 } else if (numZeroCrossing <= kZeroCrossingLowLim)
/external/chromium_org/third_party/webrtc/modules/audio_processing/agc/
H A Danalog_agc.c410 const int16_t kZeroCrossingLowLim = 15; local
444 } else if (numZeroCrossing <= kZeroCrossingLowLim)

Completed in 97 milliseconds