Searched refs:maxSkewEst (Results 1 – 2 of 2) sorted by relevance
617 const float maxSkewEst = 1.0f; in ProcessNormal() local645 } else if (aecpc->skew > maxSkewEst) { in ProcessNormal()646 aecpc->skew = maxSkewEst; in ProcessNormal()
382 const float maxSkewEst = 1.0f; in WebRtcAec_Process() local452 else if (aecpc->skew > maxSkewEst) { in WebRtcAec_Process()453 aecpc->skew = maxSkewEst; in WebRtcAec_Process()