Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
Decho_cancellation.c617 const float maxSkewEst = 1.0f; in ProcessNormal() local
645 } else if (aecpc->skew > maxSkewEst) { in ProcessNormal()
646 aecpc->skew = maxSkewEst; in ProcessNormal()
/external/webrtc/src/modules/audio_processing/aec/
Decho_cancellation.c382 const float maxSkewEst = 1.0f; in WebRtcAec_Process() local
452 else if (aecpc->skew > maxSkewEst) { in WebRtcAec_Process()
453 aecpc->skew = maxSkewEst; in WebRtcAec_Process()