Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aec/
Decho_cancellation_internal.h22 float sampFactor; // scSampRate / sampFreq member
Decho_cancellation.c224 aecpc->sampFactor = (aecpc->scSampFreq * 1.0f) / aecpc->splitSampFreq; in WebRtcAec_Init()
602 aecpc->skew /= aecpc->sampFactor * nrOfSamples; in ProcessNormal()