Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_resampler.c34 int skewDataIndex; member
54 obj->skewDataIndex = 0; in WebRtcAec_InitResampler()
121 if (obj->skewDataIndex < kEstimateLengthFrames) { in WebRtcAec_GetSkew()
122 obj->skewData[obj->skewDataIndex] = rawSkew; in WebRtcAec_GetSkew()
123 obj->skewDataIndex++; in WebRtcAec_GetSkew()
124 } else if (obj->skewDataIndex == kEstimateLengthFrames) { in WebRtcAec_GetSkew()
128 obj->skewDataIndex++; in WebRtcAec_GetSkew()