Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/aec/main/source/
Decho_cancellation.c44 float sampFactor; // scSampRate / sampFreq member
249 aecpc->sampFactor = (aecpc->scSampFreq * 1.0f) / aecpc->splitSampFreq; in WebRtcAec_Init()
397 aecpc->skew /= aecpc->sampFactor*nrOfSamples; in WebRtcAec_Process()